Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 반복문
- 핫모듈
- Linux
- Vue
- 운영체제
- 인공지능
- for문
- 한글깨짐
- 잠시만조용히
- While문
- 아오
- CentOS7
- 로그
- MUI
- CentOS
- gitbash
- 연결리스트
- 인텔리제이
- 깃
- GIT
- 안드로이드 빌드 안될때
- 백틱
- Linked List
- Intellij
- 부팅디스크
- marquee
- 자바
- AI
- rufus
- 안드로이드 빌드 안됨
Archives
- Today
- Total
새끼 개발자의 Life is egg
Invalid options object. Dev Server has been initialized using an options object that does not match the API schema. 본문
개발's egg
Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
현z 2023. 8. 6. 12:58간만에 리액트로 프로토타입 만들던거 뭐 하나 올리니깐 이렇게뜸
Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
- options.allowedHosts[0] should be a non-empty string.
프록시 서버 하나 등록해놓은거 때문인데
왜 갑자기 안되지
어쨌든 이렇게 해결했다
packge.json 에 proxy 를 options 안에 넣어줌
"options": {
"allowedHosts": ["localhost"],
"proxy": "https://localhost:8000/"
}
packge.json 에 options 라는 키가 없다는데 꼼수인듯
미들웨어 패키지를 설치해야겠다.
'개발's egg' 카테고리의 다른 글
npm ERR! Cannot read properties of undefined (reading 'stdin') (1) | 2023.11.17 |
---|---|
[엄랭] 구구단 짜봄 (0) | 2023.11.16 |
geoserver wfs url에 속성값 파라미터 넣기 (0) | 2023.05.25 |
geoserver sql parameter syntax error (0) | 2023.03.15 |
st_makepoint(double precision, double precision) 이름의 함수가 없음. mybatis geometry 함수 사용 (0) | 2023.03.15 |
Comments