I am trying to update one field in wordpress posts dynamically based upon data in a spreadsheet. As you see, I have the google sheet watcher, works fine, I have the connection to my website’s rest api, connects as I can choose post types, but when executing I get the following error:
The operation failed with an error. [404] No route was found matching the URL and request method. (error code: rest_no_route)
I don’t know what this means. The rest api url is correct, I am assuming that it constructs a url based upon the fields in module? I don’t know. Some hints or a solution would be great. Yes, I looked at other posts and all those I looked at, people tried to help and asked for screenshots and the posters didn’t respond. Well, I’m including screenshots. The mysql module is just another way I was trying to accomplish the same thing, that route is disabled.
Check with your web hosting provider if they have ModSecurity installed.
ModSecurity is an open source firewall solution that some web hosts automatically enable on their servers. Some configurations of ModSecurity can accidentally block valid requests to your server.
Interesting. The module is not able to parse the PLACES type. If I change to POSTS, it works but of course my information is under PLACES and not POSTS. PLACES is available in rest api, I see if when I visit mysite.com/wp-json