jaxio/celerio-angular-quickstart

Route Reload

Closed this issue · 2 comments

Hi,
On app route reload or direct link to an app route I get:

Whitelabel Error Page
There was an unexpected error (type=Not Found, status=404).
No message available

Is there a way to make it work?
With Apache and AngularJS we used .htaccess RewriteRule to overcome this issue.
Is there a way for Spring Boot to do similar?

It is now fixed... check the commit, it worths it
fdaeba1

To my surprise reload not only loads the index but also the current view.

Hi Nicolas, thank you for the quick turn around. Works great. For my point of view this was the only missing thing, other than that great projects. GZ