Issue with REST API: “No Route Found” Error for All Requests
-
Hello,
I have been facing a critical issue with my WooCommerce REST API for the past two days. None of the API requests (POST, PUT, or GET) are working, and I keep receiving the following response:
{
“errors”: [
{
“code”: “woocommerce_api_no_route”,
“message”: “No route was found matching the URL and request method”
}
]
}
`I am using Hostinger Cloud Hosting, and despite extensive troubleshooting, the problem persists. Here’s what I’ve done so far to attempt to resolve the issue:
- I left the site raw, with only WooCommerce and the default WordPress theme installed.
- I ensured the WooCommerce REST API keys are correct, and all necessary permissions are in place.
- I tested the requests using Postman and confirmed that the URL and methods are correct.
- I have already updated the permalinks and checked the
.htaccess
file, but the issue remains unsolved.
Given that I have tried everything I could think of, and the problem continues, I am reaching out to see if there is any specific configuration issue or something I might be missing related to WooCommerce or the API routes.
- You must be logged in to reply to this topic.