Route Reload
Closed this issue · 2 comments
Deleted user commented
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?
nromanetti commented
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.
Deleted user commented
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