Skip to content

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

@fexell

Description

@fexell

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions