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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
On the route /about2, I am expecting the after the rewrite to load the same content as the /about page and hydrate it properly, instead it does a server render but then the app never hydrates on the client.
Expected behavior
Page whose URL gets rewritten should hydrate properly.
Severity
Severe
The issue is preventing me from setting up locale/market based routing for my site.
Additional context
Some context to my problem in case there is another way to do this with Sapper. I have different language/market based routes, like:
my-site.com/de/... my-site.com/se/...
And I want to use URL rewrites to set up something like this as a default: