Subresource Integrity: The resource 'https://t1.kakaocdn.net/kakao_js_sdk/2.7.4/kakao.min.js' has an integrity attribute, but the resource requires the request to be CORS enabled to check the integrity, and it is not. The resource has been blocked because the integrity cannot be enforced.
웹 플랫폼에 http://localhost:3000를 도메인으로 설정하였는데, 혹시 이것 때문에 위와 같은 에러가 발생하는 걸까요?
@ Emre_A
it works well by removing the integrity property. ( i don’t know if it’s okay to use it without integrity props though )
Thank you so much for your detail helping. I appreciate it
@tim.l
기존에 작업할때 integrity와 crossOrigin 설정을 했는데 cors에러가 발생하여 제외 했었습니다.
그런데 지금은 또 되네요.
도메인을 http://localhost 에서 http://localhost:3000으로 변경하여서 지금은 되는건가 추측됩니다.
현재는 integrity와 crossOrigin 설정하고도 잘 동작합니다. 답변 감사합니다.