Closed Bernardo-MG closed 5 years ago
BrowserRouter seems to work partially
The list of routers: https://reacttraining.com/react-router/web/api/Router
Fixed by using hash router. The browser router doesn't seem to work well on static content servers.
Opening the index.html renders a white page locally and in the static content server.
Seems related to react-router. Changing to use hashrouter fixes it, but this is not the router to use.