Amplify push error 해결

seunghwa17·2022년 4월 14일
0

graphql schema를 변경하고 amplify push를 하려는데

If the prior rollback was aborted, run: "amplify push --iterative-rollback" to rollback the prior deployment 
"amplify push --force" to re-deploy

라는 에러가 발생하였다.

  • 해결방법
    프로젝트가 배포되고 있는 S3 Bucket에 접속한다.
    deployment-state.json 파일을 삭제한다.

0개의 댓글