Arwed Mett

Results 2 comments of Arwed Mett

I have the same issue but use vite with wyw. For me it fails if I use react-router-dom since this library has a dynamic import with a non string value....

Thanks the PR solves it. As a temporary fix I use this https://github.com/fastify/fastify-secure-session/pull/247#pullrequestreview-2460749477 Note that the PR is not merged it still uses the broken version: https://github.com/fastify/fastify-secure-session/blob/main/package.json#L77 Not sure how...