I need help with axios, I don't know why is sending two request here an image of chrome network in one post call
I'm using react, and when I send request the function only trigger once (I debugged and put console.logs and get one response) but in chrome network I got two request, with different headers and type. One have Authorization token, and the other don't have tokensuccess request and wrong request this is in one call and I don't know what is happening.
Thanks for your time!