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
#28 changes our website routing behaviour from BrowserRouter to HashRouter. The best solution to this would be to modify web server configuration to allow nested routes to return the same build files.
Once we get access to the webserver config, we can revert back the HashRouter to BrowserRouter and edit the web server config to support that.
The text was updated successfully, but these errors were encountered:
#28 changes our website routing behaviour from BrowserRouter to HashRouter. The best solution to this would be to modify web server configuration to allow nested routes to return the same build files.
Once we get access to the webserver config, we can revert back the HashRouter to BrowserRouter and edit the web server config to support that.
The text was updated successfully, but these errors were encountered: