Axios calls are working perfectly while the react app functioning on localhost, But the calls are unable to fetch any data while the build is uploaded to the cpanel file manager directory. I even tested the same on Netlify. Is there any solution to t...
I'm trying to delete a user by id from server, accessing the api with axios http client on react app and receiving this message in developer/ console -> Access to XMLHttpRequest at 'http://host:8082/user/delete/6' from origin 'http://localhost:3000'...
I am working with a Token API with using of this JWT plugin : It is working well with 200 status code. But how can i handle 403 Forbidden error message ? As currently i am not able to display an error message. export const LoginAction = (FormData)...