MacGurk / Morphnet.Homebudget

MIT License
0 stars 0 forks source link

Refresh page not working #10

Closed MacGurk closed 11 months ago

MacGurk commented 11 months ago

Refreshing the page ends in an empty screen. maybe setup fallback to something like app.Fallback("index.html") or check out vuejs router for options

MacGurk commented 11 months ago

URLs have to be rewritten to index.html on WebServer level Maybe this works: app.MapFallbackToFile("index.html");

MacGurk commented 11 months ago

fixed by 7c29496552814005461389c2c5829e3450ec54fd