개발일기

cannot read properties of undefined (reading 'protocol') 본문

TIL

cannot read properties of undefined (reading 'protocol')

황대성 2024. 4. 15. 21:20

개발환경 

  • NextJs
  • Axios
  • json-server

 

1. 문제

json-server의 포트 번호를 그대로 입력하면 문제가 없지만 env설정 후 사용하면 에러가 나옴

 

2. 해결 방법

변수명 앞에 NEXT_PUBLIC 사용

NEXT_PUBLIC_URL="http://localhost"