nacha's avatar
Level 2

Error: Request failed with status code 404

 Failed to load resource: the server responded with a status of 404 (Not Found)
 Error: Request failed with status code 404

app.js:2042: error: console.log(error);

0 likes
5 replies
rizwanjaved's avatar

i have resolved the same error!

there is an error parsing the error response from backend, so if you will directly access the error object it will show that error in the js file Please try to access the error.response in the catch that will show the actual error

it is due to the reason error is not handled in proper formate from the backend.

Hope this will helps someOne

Please or to participate in this conversation.