Closed brunobrasilweb closed 4 months ago
same issue it looks like I cannot use '@nuxt/ui' and '@vue-email/nuxt' together :(
@RealBuddy - that's very annoying if that's correct. How did you come to this conclusion?
Just try to use both modules in one nuxt project
I have also tried to use both modules and am getting a myriad of errors. Hope this is an easy fix.
same issue it looks like I cannot use '@nuxt/ui' and '@vue-email/nuxt' together :(
I am getting the exact same issue when I use '@nuxt/ui' and '@vue-email/nuxt' together
I have also tried to use both modules and am getting a myriad of errors. Hope this is an easy fix.
There is another issue raised about this #1773
I found a workaround for that. You need to change order of nuxt modules, and move Vue-email/nuxt before Nuxt/ui. It fixes this issue for me.
I found a workaround for that. You need to change order of nuxt modules, and move Vue-email/nuxt before Nuxt/ui. It fixes this issue for me.
I have tried your solution and it seems to work when updating to @nuxt/ui '^2.16.0'. The problem I found was the previous version.
My modules now look like this and work as expected, thanks for your input.
modules: [ '@vue-email/nuxt', '@nuxt/ui', '@nuxt/image', '@pinia/nuxt', '@pinia-plugin-persistedstate/nuxt', '@nuxtjs/supabase', '@unlok-co/nuxt-stripe', '@nuxtjs/turnstile', 'nuxt-resend', 'nuxt-rating' ]
we just merged a new project rewrite, please do check the docs and the updated logic https://vuemail.net/
// package.json "devDependencies": { "@nuxt/content": "^2.12.1", "@nuxt/devtools": "latest", "@nuxt/ui": "^2.13.0", "@nuxtjs/i18n": "^8.3.1", "@nuxtjs/supabase": "^1.2.1", "nuxt": "^3.10.1", "nuxt-disqus": "^1.0.1" }, "dependencies": { "@vue-email/nuxt": "^0.8.19", "@vueuse/core": "^10.9.0", "resend": "^3.2.0", "yup": "^1.4.0" }
ERROR: No driver set for storage mount point "50".
nitro 15:31:12
WARN No driver set for storage mount point "100". nitro 15:31:12
WARN No driver set for storage mount point "200". nitro 15:31:12
WARN No driver set for storage mount point "300". nitro 15:31:12
WARN No driver set for storage mount point "400". nitro 15:31:12
WARN No driver set for storage mount point "500". nitro 15:31:12
WARN No driver set for storage mount point "600". nitro 15:31:12
WARN No driver set for storage mount point "700". nitro 15:31:12
WARN No driver set for storage mount point "800". nitro 15:31:12
WARN No driver set for storage mount point "900". nitro 15:31:12
WARN No driver set for storage mount point "950". nitro 15:31:12
WARN No driver set for storage mount point "DEFAULT". nitro 15:31:12
ERROR [uncaughtException] callback is not a function 15:31:12
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)