amplify-hosting
amplify-hosting copied to clipboard
I can't create a notification to notify you when the build succeeds or fails
Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the FAQ.
- [X] I have searched for duplicate or closed issues.
- [X] I have read the guide for submitting bug reports.
- [X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
App Id
https://us-east-1.console.aws.amazon.com/amplify/home?region=us-east-1&code=08a6b86e9efc69d0f557#/d2okwu1ibzhglh
Region
us-east-1
Amplify Hosting feature
Notifications
Describe the bug
I can't create a notification to notify when the build succeeds or fails. it loads for a long time and then it just disappears when i reload page without giving an error and without adding an email to receive the notification
Expected behavior
I hope I can add an email to receive notifications
Reproduction steps

Build Settings
version: 1
frontend:
phases:
preBuild:
commands:
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
- nvm use 16
- cd client
- yarn --production=false
- yarn install
build:
commands:
- yarn build
artifacts:
baseDirectory: client/dist
files:
- 'client/*'
cache:
paths:
- client/node_modules//*
Additional information
No response

