에러,오류 해결

에러,오류 해결

cornerstone 관련오류 SharedArrayBuffer is NOT supported in your browser 해결

코너스톤이 로컬에서는 잘 되는데 AWS cloudfront + s3 으로 배포하니까 아래처럼 뜬다.  SharedArrayBuffer is NOT supported in your browser see https://developer.chrome.com/blog/enabling-shared-array-buffer/ 알고 보니 AWS 클라우드프론트 설정을 해줘야 하는거였다.    이 오류는 AWS CloudFront와 S3로 배포한 후 브라우저에서 SharedArrayBuffer가 지원되지 않아 발생하는 문제입니다. 이는 CloudFront와 같은 콘텐츠 전송 네트워크(CDN)를 통해 콘텐츠를 제공할 때 적용되는 보안 제한 때문입니다.SharedArrayBuffer는 보안상의 이유로 현대 브라우저에서 안전한..

에러,오류 해결

Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and name..

에러 Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. 해결방법 : import 부분을 확인한다. { } 괄호로 import되었는지 확인해 본다. 잘못됬던 부분 : import {NewsLayout} from '~/components/layout/NewsLayout'; 해결한 방법 impo..

Mori_FEDev
'에러,오류 해결' 카테고리의 글 목록