Thanks for your plugin! It’s been working great for me for a long time, until I upgraded from v1.7.3 to v2.0.6.
Now, when I click on the Rollback link, for any plugin, I get an error:
rest_no_route
No route was found matching the URL and request method.
I’m on WordPress 6.4.3, PHP 7.4.33.4, on GoDaddy.
Thanks!
Mike H.
]]>Currently, after I click Submit, the email cannot be sent. I have configured according to your documentation. This is the information I got when viewing the file “wp-json/contact-form-7/v1/contact-forms/7206/feedback”:
{
“code”: “rest_no_route”,
“message”: “No route was found matching the URL and request method.”,
“data”: {
“status”: 404
}
}
Thank a lot!
]]>I have been able to successfully do GET and POST (with authentication) operations via the SportsPress API, but when I do PUT, PATCH or DELETE, I get the following error: 404, rest_no_route, Aucune route correspondante à l’URL et à la méthode de requête n’a été trouvée.
What am I doing wrong?
I need to be able to either update events, or delete + recreate events.
]]>`headers: Headers {}
ok: false
redirected: false
status: 500
statusText: “”
type: “basic”
url: “https://inteligentnafotowoltaika.pl/wp-json/contact-form-7/v1/contact-forms/2649/feedback”
__proto__: Response
{“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method”,”data”:{“status”:404}}
]]>When I try to manually sync products from Shopify to my wordpress site using the WP-Shopify plugin I get the error below.
No route was found matching the url and request method while calling rest_no_route. Please clear the plugin transient cache and try again. Error status code: 404
Can anyone help or at least point me in the right direction. Have cleared cache and deactivated all plugins with no resolution.
Thanks
]]>{"code":"rest_no_route","message":"No route was found matching the URL and request method","data":{"status":404}}
Any ideas?
]]>We just noticed that forms do not submit in older versions of Chrome (unsure when started, definitely fixed by 60.0.3112.90) and Firefox (at least 43.0.4, definitely fixed by 54.0.1).
Steps to reproduce:
1) Open basic contact form in older browser described above
2) Complete and submit form
Expected behavior:
* Form submits, confirmation message displayed below Submit button, email received by site owner.
Actual behavior:
* Spinner icon appears beside Submit button, no confirmation message, no email sent or received, following error message in Dev Console:
{“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method”,”data”:{“status”:404}}
This was reported to us by a client, as customers were unable to send emails. One team member was able to reproduce on Chrome and Firefox, but it works fine on Safari. Form submitted fine for me on all three browsers. After upgrading team member’s Chrome, form submits fine.
In my browser, when successfully submitting, the REST API URL is:
https://www.day-spa-ramstein.de/en/wp-json/contact-form-7/v1/contact-forms/2746/feedback
In my team member’s browser, when failing to submit, the REST API URL is:
https://www.day-spa-ramstein.de/en/wp-json/contact-form-7/v1contact-form-7/v1/contact-forms/2746/feedback
Note the additional “v1contact-form-7/” in the second URL; not sure why the older browser would do this, but that is the issue.
Hope this helps, happy to help test,
Aaron T. Grogg
{“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method”,”data”:{“status”:404}}
Rolling back to 4.8.0 solved the problem for us. (So we are very sure this is not a server/DNS configuration thing.) Disabling and re-enabling the 4.8.1 plugin did not do anything.
Any help/advice? We’d also be fine if 4.8.2 solved the problem…
]]>