amplify-hosting icon indicating copy to clipboard operation
amplify-hosting copied to clipboard

I can't create a notification to notify you when the build succeeds or fails

Open parkournick2 opened this issue 3 years ago • 0 comments

Before opening, please confirm:

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

  1. image
  2. image

image

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

parkournick2 avatar Sep 06 '22 12:09 parkournick2