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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a HashRouter in a chrome extension.
Somehow when I make an axios call it is appending the chrome extension url:
The url in the network tab looks like:
axios.cjs:2405 POST chrome-extension://oahhaapnfpkfnbgeopliehfgenifngde/'http://localhost:8080';/api/v1/register/initialdata net::ERR_FILE_NOT_FOUND
It should instead have been:
http://localhost:8080/api/v1/register/initialdata
It is a bit bizzare that the HashRouter is somehow intercepting axios - does anyone know about this?
Beta Was this translation helpful? Give feedback.
All reactions