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

Error handle for email address is not verified error #86

Open
mittalyashu opened this issue Sep 13, 2024 · 2 comments
Open

Error handle for email address is not verified error #86

mittalyashu opened this issue Sep 13, 2024 · 2 comments
Labels
bug Something isn't working self-hosting Issues related to self-hosting Plunk

Comments

@mittalyashu
Copy link

I create a separate Dev project for testing integration in local development in the process. I got this error.

MessageRejected: Email address is not verified. The following identities failed the check in region EU-CENTRAL-1: Dev <[email protected]>
  Error: {
    Type: 'Sender',
    Code: 'MessageRejected',
    Message: 'Email address is not verified. The following identities failed the check in region EU-CENTRAL-1: Dev <[email protected]>',
    message: 'Email address is not verified. The following identities failed the check in region EU-CENTRAL-1: Dev <[email protected]>'
  },
}

After getting this error the instance was not able to accept any new requests, so I had to restart the container.

@driaug
Copy link
Member

driaug commented Sep 13, 2024

Your project needs to have a verified domain attached to it.

The fact that it defaults to useplunk.dev is a remnant from the closed-source version and should be removed.

@driaug driaug added bug Something isn't working self-hosting Issues related to self-hosting Plunk labels Sep 13, 2024
@mittalyashu
Copy link
Author

The fact that it defaults to useplunk.dev is a remnant from the closed-source version and should be removed.

I understand that part.

My intent for creating this issue was that instead of logging this error to logs.
It would be nice to handle this error inside business logic and based on that show an appropriate error message in the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working self-hosting Issues related to self-hosting Plunk
Projects
None yet
Development

No branches or pull requests

2 participants