-
Notifications
You must be signed in to change notification settings - Fork 824
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
How to add FromAddress, Identity and RoleArn To Environment - Can't Remove Email Channel #11768
Comments
This is interesting. |
Hey @mjmostachetti 👋 thanks for raising this! While we have a few active bugs for notifications, it appears the missing inputs are coming from the following prompts:
Do you see this information captured in |
None of my inputs from those 3 questions are anywhere in the solution. |
@josefaidt Are there any work arounds for this? Any ETA on a fixes for the notifications bugs? |
Hey, I was able to reproduce the issue. marking this as bug. Looking into workarounds. |
Hey @fujimonfn, To mitigate the issue I was able to find a workaround. Please find the steps as follows. For the error:
Then run |
This is related/similar to #11819 |
Thiis issue will be fixed with the released of this PR |
Amplify CLI Version
10.6.1
Question
I ran this ----
amplify update notifications
✔ Choose the notification channel to configure · Email
The Email channel is currently enabled
✔ Do you want to disable the Email channel (y/N) · yes
🛑 FromAddress, Identity or RoleArn is missing for the Email channel
Resolution: Provide the required parameters for the Email channel
Learn more at: https://docs.amplify.aws/cli/project/troubleshooting/
Session Identifier: 3b2c9940-05e1-4947-875d-a56a7a421879
I didn't add the email channel myself, but when I run 'amplify update notifications' I don't see a prompt for any of these things.
amplify update notifications
✔ Choose the notification channel to configure · Email
The Email channel is currently enabled
✔ Do you want to disable the Email channel (y/N) · no
✔ The 'From' Email address used to send emails · MYEMAIL
✔ The ARN of an identity verified with SES · MYARN
✔ The ARN of an IAM Role used to submit events to Mobile notifications' event ingestion service ·
✔ The Email channel has been successfully updated.
Where do I add them?
The text was updated successfully, but these errors were encountered: