useParams() returns params with unknown values
I'm trying to ssr a page with a dynamic parameter, but the parameters I get on the server are unknown. They are available in the preload function. Worst part is that I think this used to work a few days ago, and now it doesn't and it seems I've broken it somehow.
2 Replies
It does look fine.
Are the imports okay? Maybe delete and reinstall node_modules
I just realized it might be a docker issue, because I run my dev frontend, backend and db in docker-compose. Params are defined when I run the frontend standalone without docker.
You can still take a look at it, but it isn't a solid related issue I believe.