You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I create a separate
Dev
project for testing integration in local development in the process. I got this error.After getting this error the instance was not able to accept any new requests, so I had to restart the container.
The text was updated successfully, but these errors were encountered: