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

TypeError: can't access property "_data", error.response is undefined #258

Open
fexell opened this issue Oct 27, 2024 · 0 comments
Open

Comments

@fexell
Copy link

fexell commented Oct 27, 2024

I'm getting the following error when trying to send from a contact form in Nuxt 3:
TypeError: can't access property "_data", error.response is undefined

nuxt.config.ts:

mail: {
    message: {
      to: '***********@***********.com',
    },
    smtp: {
      host: 'smtp.***********.com',
      port: 587,
      auth: {
        user: '***********@***********.com',
        pass: '123***********',
      },
    },
  }

Anyone else having this problem? Is there a way to fix it?

Thanks!

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

1 participant