David De Sloovere

Results 99 comments of David De Sloovere

Although it might be related, it might not be caused by or solved by vue-email. Maybe something in the template itself? As states, import works for me. So it not...

> Did anyone figure it out ? You can downgrade v-calendar to 3.0, or vue before 3.5

I can't figure out how to deploy my `/apps/web` nuxt project to Vercel. Is this issue the reason why it's not working? I have `/packages/somename` and `/apps/web`. Using pnpm workspaces....

Thanks for the replies. Not sure if you can do anything with this, but I ran `printenv` in my build script. Sorted them, redacted some values. `VERCEL_PROJECT_SETTINGS_OUTPUT_DIRECTORY` contains the `apps/web/.vercel/output`...

I've got an update on this. Turns out Nuxt / Nitro has no issue with monorepo based on pnpm workspaces. Important setting: The root directory should point to the Nuxt...

@mahfouzhseineweev Is your localeDetector.ts in the /i18n folder or in the root/elsewhere? ![Image](https://github.com/user-attachments/assets/e74d36c1-9a75-4e24-924b-2ca4685321a4) @BobbieGoede Only nitro routes? That's weird. I see my localeDetector called from both nitro (/api/...) and Nuxt...

Thanks for clarifying. I did have some code that seemed to call the detector in nitro middleware. Without calling `useTranslation`. So that why I see the calls on every request....

AzDO plugin does this. I was surprised this is not available in the GH Action. Please Octopus, add this for all your users.

I thought this resolved itself, but just saw this 'hanging' again. Anyone know a fix or anything?