Not encoded param in url cause SSR error when reloading
When reloading a page when the URL has a special value (ex: ê), and has a
<Link />
component linked to the path with the param, it results in an error.
see : https://github.com/olivier-deschenes/tanstack-start-not-encoded-uri-ssr-bug for demo
see github issue : https://github.com/TanStack/router/issues/5008GitHub
GitHub - olivier-deschenes/tanstack-start-not-encoded-uri-ssr-bug
Contribute to olivier-deschenes/tanstack-start-not-encoded-uri-ssr-bug development by creating an account on GitHub.
GitHub
Special character in URL (ex: ê) with a <Link /> component for the...
Which project does this relate to? Start Describe the bug When you reload a route with a param and the param has a special character like ê, the link component in the route component seems to bug w...

2 Replies
wise-white•4d ago
creating the github issue is enough really, no need to post this here as well
vicious-goldOP•4d ago
yeah it was just in case somebody knew a quick fix here :/