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
Got it, the issue is that:
Whenever the user visits an internal links (which are handled by react router) directly i.e. fresh load, netlify tries to find a file named like that.
For example: https://cb-imgur.netlify.com <- This will send back the index.html https://cb-imgur.netlify.com/something <- This will send back a 404, since there is no file named something.html on the server.
But if you go to the first link, and then navigate to something, then that will get handled by react-router.
After login it is redirecting to localhost:8080, not to the base URL.
The text was updated successfully, but these errors were encountered: