You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
your example work correctly, after configuring JWT on my website, with login and posts fetch.
But when I press the "create post" button it sends a request to https://MY_WEBSITE/wp-json/wp/v2/posts, passing default new post as parameter, and in response.statusCode I receive a 404 error.
I've tried on the same URL with postman and it works correctly.
Do you know why?
The text was updated successfully, but these errors were encountered:
Seems to be an hosting problem because, on the others shared hosting, it works correctly.
However if you have any suggestion on server configuration (htaccess?) please tell me.
Hi,
your example work correctly, after configuring JWT on my website, with login and posts fetch.
But when I press the "create post" button it sends a request to https://MY_WEBSITE/wp-json/wp/v2/posts, passing default new post as parameter, and in response.statusCode I receive a 404 error.
I've tried on the same URL with postman and it works correctly.
Do you know why?
The text was updated successfully, but these errors were encountered: