Previous Events button does not work (REST: error 400 “missing parameters”)
-
I am trying to set up The Event Calendar on a web site under development . It is hosted on a cPanel-administrated server currently running PHP Version 8.1.14 (I’ve also tried with others) and latest WordPress 6.1.1. I have tried to eliminate conflicts (turned off all other plugins), I have tried with other themes.
Whatever I do, I seem to have problems with the Previous (and Next) Event buttons. They do not work (do not do anything), and the browser console/network log reports error code 400 when sending the POST request to /wp-json/tribe/views/v2/html, with this response:{code: "rest_missing_callback_param", message: "Missing parameters: url",…} code: "rest_missing_callback_param" data: {status: 400, params: ["url"]} params: ["url"] status: 400 message: "Missing parameters: url"
Looking at the payload of the post does not explain this response:
prev_url: https://uus.ekl.ee/syndmused/list/?eventDisplay=past url: https://uus.ekl.ee/syndmused/list/?eventDisplay=past should_manage_url: true _wpnonce: dd8065343a
Now, the strangest thing is that I have tried to duplicate the setup on another hosting, with the excact same WordPress installation and database, and there I don’t get the error, although all other things look similar on the test setup: https://ekl.rangoy.com/syndmused/
I have seen a cople of posts regarding similar issues here on the forum, but they do not seem to resolve the issue for me.
The page I need help with: [log in to see the link]
- The topic ‘Previous Events button does not work (REST: error 400 “missing parameters”)’ is closed to new replies.