boot
-
Proxy error: Could not proxy requestERROR 2024. 7. 18. 21:30
REACT - Spring Boot 중 Proxy error: Could not proxy request /idCheck?id=test1232 from localhost to http://localhost9007. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ENOTFOUND). 라는 에러가 발생 검색결과package.json 파일에 proxy 에 대한 오류이기 때문에 적어줘야한다. "proxy" : "http://localhost:9007", 를 적어야하지만"proxy" : "http://localhost9007", 를 적었다 ( : 를 안적음) + TodoList 가 나오지 않는 문제..