SyntaxError: Unexpected end of input
- vscode에서는 아무 에러, 경고없이 잘 실행되었는데,
- SyntaxError-Unexpected-end-of-input 에러가 날 때가 있다
- 나의 경우에는 api 서버가 host가 달라 cors mode로 리퀘스트를 보내야하는데
- ‘no-cors’ mode로 보내서 생긴 에러이다
- 그 외에도 api서버에서 연산이 잘못되어 응답을 반환하지 않을 때에도 똑같은 에러가 나왔다
- 그냥 서버로부터 결과를 제대로 받지 않으면 생기는 오류 같다
SyntaxError: Unexpected end of input
https://chinsun9.github.io/2020/12/15/SyntaxError-Unexpected-end-of-input/