-
Error / gulp server CSP errorWeb dev/Error 2023. 6. 25. 16:32728x90반응형
회사에서는 gulp를 쓰고 있다.
근데 갑자기 아래와 같은 에러가 발생하면서 스크립트를 수정하면 적용되지 않았다.
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'none'". Either the 'unsafe-inline' keyword, a hash ('sha256-g+j6GGgaPxpY5NBSgWFCJYMgEBGipeao9g4UR6+wsmw='), or a nonce ('nonce-...') is required to enable inline execution.
신기한게 이미 빌드가 되어있어서 그런가 기존 스크립트적용된건 잘 작동했는데 수정하면 반영이 안되었다.
그래서 검색을 하던중 CSP에러로 서버측에서 문제가 있는거 같아 검색하다가 걸프 로컬서버 포트를 바꿨는데 잘작동했다..
728x90반응형'Web dev > Error' 카테고리의 다른 글
Error / npm - self signed certificate in certificin Error (0) 2023.07.30 Error / JSON Import Error (0) 2023.06.11 Error / node.js server start error (0) 2023.03.10 Error / mysql connection-Pool DB연결 끊김 timeout (0) 2022.05.07 Error / React / Uncaught TypeError: Cannot read properties of null (reading 'map') 문제해결 / aixos 데이터 렌더링 (0) 2022.04.14