반응형
로컬환경에서
<script type="module">
로 지정해 놓고 js 파일을 import 하자, 다음과 같은 에러가 생겼다.
from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.
다음 글을 통해 해결할 수 있었다.
로컬에서 CORS policy 관련 에러가 나는 이유
반응형