dword-design / nuxt-mail

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Other
247 stars 18 forks source link

does not work if nuxt-ui is used in the same project #239

Open motze92 opened 6 months ago

motze92 commented 6 months ago

I get the following error:

dev

nuxt dev

Nuxt 3.11.2 with Nitro 2.9.6 17:42:54 17:42:55 ➜ Local: http://localhost:3000/ ➜ Network: use --host to expose

ℹ Using default Tailwind CSS file nuxt:tailwindcss 17:42:57 ➜ DevTools: press Shift + Alt + D in the browser (v1.2.0) 17:42:58

WARN No driver set for storage mount point "50". nitro 17:42:59

WARN No driver set for storage mount point "100". nitro 17:42:59

WARN No driver set for storage mount point "200". nitro 17:42:59

WARN No driver set for storage mount point "300". nitro 17:42:59

WARN No driver set for storage mount point "400". nitro 17:42:59

WARN No driver set for storage mount point "500". nitro 17:42:59

WARN No driver set for storage mount point "600". nitro 17:42:59

WARN No driver set for storage mount point "700". nitro 17:42:59

WARN No driver set for storage mount point "800". nitro 17:42:59

WARN No driver set for storage mount point "900". nitro 17:42:59

WARN No driver set for storage mount point "950". nitro 17:42:59

WARN No driver set for storage mount point "DEFAULT". nitro 17:42:59

ℹ Tailwind Viewer: http://localhost:3000/_tailwind/ nuxt:tailwindcss 17:42:59

ERROR [uncaughtException] callback is not a function 17:42:59

at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

dword-design commented 5 months ago

Phew I don't know