Hi,
I’m having issues with the router when entering the address in the browser address bar.
Using ‘pushState: true’, it correctly displays the path/address in the browser as I navigate through the app (e.g. ‘http://localhost:8081/#!/about/’).
However, if I type or change ‘about’ to ‘form’ and press enter, it does nothing. Interestingly, if I press the browser refresh button (after pressing enter) the page navigates to the form page correctly.
How do I make it navigate to the page I want when I enter any correct URL and press the enter key?
Any help would be most appreciated.