juno
juno copied to clipboard
SvelteKit issue with 404 on production with trailing slash
Issue
The 404 I deployed for console.juno.build does not work in production because of SvelteKit adding a / at the end of the url when using trailing slash (I think)
Alright it works now with one level unknown path
https://console.juno.build/unknown/
but does with sub-path 🤷♂️
https://console.juno.build/unknown/unknown
Maybe same issue as https://github.com/junobuild/juno/pull/1825 ?
Still does not work even with #1825 released in v0.0.54
SvelteKit is pain...