AlexxNB / tinro

Highly declarative, tiny, dependency free router for Svelte's web applications.
MIT License
675 stars 30 forks source link

Refreshing a route gives 404 #27

Closed onderb closed 3 years ago

onderb commented 3 years ago

As I mentioned in the title, the app doesn't navigate to desired page/route other than / if page is refreshed or navigated from address bar. I followed installation and usage documentation which is written in README.md here.

AlexxNB commented 3 years ago

Looks like you didn't setup your server to support History API navigation, as described here

onderb commented 3 years ago

Thank you. The issue can be closed.