Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying Nuxt Mail to Cloudflare pages #236

Open
mattgrah-am opened this issue May 5, 2024 · 2 comments
Open

Deploying Nuxt Mail to Cloudflare pages #236

mattgrah-am opened this issue May 5, 2024 · 2 comments

Comments

@mattgrah-am
Copy link

Has anyone had any success using this module with Cloudflare pages?

When I try to deploy via a Github repo I get the following error at the end of the deployment:

Error: Failed to publish your Function. Got error: Uncaught TypeError: Class extends value #<Object> is not a constructor or null
  at chunks/runtime.mjs:17962:20

Deploying it via wrangler provides a little more detail:

✘ [ERROR] service core:user:worker: Uncaught TypeError: Class extends value #<Object> is not a constructor or null

    at null.<anonymous> (h0rrzz8k09m.js:15527:5) in .wrangler/tmp/pages-LwLK14/chunks/runtime.mjs
    at null.<anonymous> (h0rrzz8k09m.js:4:59) in __init
    at null.<anonymous> (h0rrzz8k09m.js:17973:1)


✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
@dword-design
Copy link
Owner

Phew no idea. Only thing that comes to my mind is that you need a server, so static pages won't work.

@MrBolux
Copy link

MrBolux commented Jul 16, 2024

Hello, I have the same problem after searching all afternoon I found this :

nodemailer/nodemailer#1623

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants