728x90
react를 ec2 서버에 올리고 도메인을 연결했다. pm2로 npm start를 시켰는데
invalid host header
invalid host header
node_modules/react-scripts/config/webpackDevServer.js
에서
const disableFirewall =
!proxy || process.env.DANGEROUSLY_DISABLE_HOST_CHECK === 'true';
이 부분을 이거로 바꿔줬다.
const disableFirewall = true
728x90
'개발일지 > 오류해결' 카테고리의 다른 글
[오류] Robo 3t , 몽고디비 연결이 안될 때, couldn't connect to server 127.0.0.1:27017, authentication error // localhost ip주소 확인 (0) | 2021.03.07 |
---|---|
[오류] Vs code에서 파이썬 설치할 때, command not found / 환경변수 설정 (0) | 2021.03.07 |