You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is an issue with bundling embedded static assets and vite; i think it can come up in other ways though i am not much of an authority on vite routers. i recall poking at this a bit when goseg was under early development though i think it's worth revisiting as things have stabilized; @nallux-dozryl you definitely know this stuff better than me, though i think we also need to do something with the http mux in goseg to make 404s failover to the root path or something
the issue stems from dynamic paths being built into a static html bundle. The html for said page doesn't exist (but redirecting works using svelte's goto()).
The way we're serving the frontend:
built with static adapter -> move build dir to goseg/web -> serve with go
There's definitely room for improvement in this department. Though I haven't looked into it. We could possibly handle the paths manually in go but I'd prefer a solution from the svelte side
nallux-dozryl
changed the title
Bug: "page isn't redirecting properly" after refresh on /boot/
Mux: "page isn't redirecting properly" after refresh on /boot/
Jan 16, 2024
If you navigate to nativeplanet.local/boot directly, you get a screen saying the page isn't redirecting properly.
The text was updated successfully, but these errors were encountered: