Seamus Walsh

Results 5 comments of Seamus Walsh

@vetrivelmp I'm trying to achieve the same architecture as you describe. Do you have any repositories I can look at for inspiration?

Appears to be a vite-node error. If you disable it, it works as expected in dev mode. nuxt.config.ts: ``` typescript vite: { devBundler: "legacy" } ```

Thanks @mohab-sameh, I can confirm `yarn dlx [email protected] nuxt/4/migration-recipe` works. (adjust for your package manager of choice)

This is because you're missing the `process.env.NUXT_SESSION_PASSWORD` environment variable.