profile
에러와 부딪히고 새로운 것을 배우며 성장해가는 과정을 기록합니다!
post-thumbnail

Amplify bulid error

변경사항을 git repository에 push하고 amplify에서 build를 진행 중에 처음 보는 error가 발생했다DeploymentBucketBlockHTTP (AWS::S3::BucketPolicy)이 S3 bucket 정책이 이미 버킷에 존재한다는 뜻인데

2022년 6월 21일
·
0개의 댓글
·

Amplify build error

코드를 push하고 build를 하던 중BABEL Note: The code generator has deoptimised the styling of /Users/seunghwako/Desktop/Work/Fine_Project/Fine/lib/sdk-viewer.js

2022년 4월 18일
·
0개의 댓글
·

Amplify push error 해결

graphql schema를 변경하고 amplify push를 하려는데 라는 에러가 발생하였다.해결방법프로젝트가 배포되고 있는 S3 Bucket에 접속한다.deployment-state.json 파일을 삭제한다.

2022년 4월 14일
·
0개의 댓글
·
post-thumbnail

AWSS3Provider - get signed url error TypeError: Cannot read properties of undefined (reading 'byteLength') 에러 해결

인증이 안된 사용자에 대해 AWS 서비스에 대한 접근권한이 없어서 발생하는 문제였다.스크린샷 2022-02-05 오후 2.53.45.png이렇게 권한을 true로 변경해주어 해결하였다

2022년 2월 5일
·
0개의 댓글
·
post-thumbnail

AWSS3Provider - ensure credentials error No Auth module registered in Amplify Error

admin에서 상품을 등록하려는데 사진이 등록되지 않고 이미 등록된 상품을 볼 때도 이미지가 보이지 않는 에러가 발생했다. console에서 에러를 확인하니 AWSS3Provider - ensure credentials error No Auth module regist

2021년 7월 27일
·
0개의 댓글
·