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
in the route provider. But this is breaking the routing when user try to refresh a browser. Play complains that the routes file is missing that route which is actually defined in route Provider not Server side routes file.
The text was updated successfully, but these errors were encountered:
The main problem (not sure if you faced) is trailing # in the url.
http://example.com/#/myProfile
The way to remove it to add adding $locationProvider.html5Mode(true) to route provider
http://example.com/myProfile
in the route provider. But this is breaking the routing when user try to refresh a browser. Play complains that the routes file is missing that route which is actually defined in route Provider not Server side routes file.
The text was updated successfully, but these errors were encountered: