Hi,
I'm using PathLocationStrategy. While the back-button and forward-button work quite well, it is not possible to use the routes within bookmarks or to refresh a page.
Let's say this is the current url:
http://localhost:8080/voucher
Let's assume that /voucher is the route-url and
http://localhost:8080 is the Url of the SPA. When I hit refresh or load this page with a bookmark, the browser tries to fetch the whole url
(
http://localhost:8080/voucher) from the server. As this url does not exist on the server side this fails.
How to deal with this issue?
Wishes,
Manfred