Something is weird with your site.
This: https://www.borntowin.net/wp-json/regenerate-thumbnails/v1/
Should look like this: https://alex.blog/wp-json/regenerate-thumbnails/v1/
Are you running the latest version of WordPress and everything? Maybe a misbehaving caching plugin?
-
This reply was modified 8 years, 1 month ago by
viper007bond.
Thread Starter
CEMBTW
(@cembtw)
While there was a cached response that query by this time (I’ve deleted it and excluded /wp-json/), deactivating my caching plugin didn’t fix it. I also tried deactivating anything related to security, plugin loading, REST, etc., without effect. I also re-saved permalink structure (since it’s a 404 error) just in case.
Queries like /wp-json/v2/posts/ and /wp-json/wp/v2/media/ work. Is there a troubleshooting path you can recommend?
I’m using WordPress 4.9.4 and Regenerate Thumbnails 3.0.2.
You site appears to currently be down, but I’m not sure. It should just work. It has to be some type of weird configuration or something with your site/server.
I had the same issue – turns out I was missing my .htaccess file. Hope this helps at least one other person 🙂
Thread Starter
CEMBTW
(@cembtw)
Found the issue. I use the Plugin Organizer plugin to keep some backend plugins, etc. from loading unnecessarily across the site. I thought that a logged-in user, on the backend, would not need Regenerate Thumbnails globally enabled to reach those endpoints. I was wrong.
Everything now working as intended.