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
Right now you have to go to healtharound.me/#/feedback. If you hit healtharound.me/feedback currently you get a 404, if we forward all 404's to the index.html file angular can handle the request and load the correct states. If it's a fud url, angular will just forward onto the root.
There should be a few examples of how to do this with angular and nginx.
OK, /index.html is handling 404s. I'm guessing there is work on the angular side to make this work - CSS and JS imports are relative, so they don't work when the URL changes.
To support turning on pushstate in the routing.
The text was updated successfully, but these errors were encountered: