Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

테스트 서버 오류 관련 #21

Closed
2 tasks done
ghost opened this issue Jan 24, 2022 · 7 comments
Closed
2 tasks done

테스트 서버 오류 관련 #21

ghost opened this issue Jan 24, 2022 · 7 comments
Assignees
Labels
bug Something isn't working Done task done

Comments

@ghost
Copy link

ghost commented Jan 24, 2022

이슈 내용

npm run start 실행시 오류가 발생하는 문제

상세 내용

image

오류 내용은 위 이미지와 같음

package.json의 proxy 관련 내용을 삭제하니 npm run start을 오류 없이 실행 가능했지만 API 사용을 위해서 해결해야함

시도해본 해결법

  1. node_modules 디렉토리 삭제 후 npm i실행
  2. package.json에 설정을 추가
  3. 명령어에 다른 옵션을 추가해봄(해결!!!)

facebook/create-react-app#11762
https://create-react-app.dev/docs/advanced-configuration/

명령어를 다음과 같이 수정했더니 해결되었습니다

"start": "cross-env HOST=localhost DANGEROUSLY_DISABLE_HOST_CHECK=true NODE_PATH=src react-scripts start",

Todo

  • 위 옵션이 의미하는 바를 파악하기
  • 다른 사람의 작업 환경에서도 테스트하기
@ghost ghost assigned ghost , 0andme and sieun98 Jan 24, 2022
@0andme
Copy link
Contributor

0andme commented Jan 24, 2022

음 api 관련해서 프록시 설정말고는 추가된 내용이 없어서...
start 스크립트 인식을 못하는거 보니까 cross-env 패키지 설치가 필요해서 저런 오류가 처음에 나온 것 같고...
혹시 여전히 오류가 나고 계신가요? yarn start 해보셨을까요?

@0andme
Copy link
Contributor

0andme commented Jan 24, 2022

현재 제 로컬에서 npm run start / yarn start 둘다 로컬서버 실행에는 문제가 없는 것으로 보여집니다😥

@ghost
Copy link
Author

ghost commented Jan 24, 2022

proxy~ 된 부분을 지웠더니 지금은 작동하고 있어요!

그 설정을 지워도 상관 없는지 궁금해서요

@0andme
Copy link
Contributor

0andme commented Jan 24, 2022

나중에 저희 api 연결하기 위해서는 필요한 부분이라..해결되어야 할 것 같아요

@ghost
Copy link
Author

ghost commented Jan 24, 2022

정확히는 "proxy": "http://localhost:8080" 이 문구인데

지웠을 때는 동작하고, 있으면 명령어가 동작을 안하네요

@ghost
Copy link
Author

ghost commented Jan 24, 2022

일단 지우면서 진행하고 멘토님 트러블 슈팅 시간에 여쭤봐도 괜찮을 것 같습니다

BE 테스트 하실때 추가로 설정하신거 있으면 알려주세요

@0andme
Copy link
Contributor

0andme commented Jan 24, 2022

크로스 env 설치 / 프록시 설정 / axios 패키지 설치 / jsconfig.json 추가 및 코드 작성 / 가 설정한 것들이에요
넵 오늘 트러블 슈팅 시간 같이 정하면 좋을 것 같네요!👍

@ghost ghost added the bug Something isn't working label Jan 25, 2022
@ghost ghost added the Done task done label Jan 25, 2022
@ghost ghost closed this as completed Jan 27, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Done task done
Projects
None yet
Development

No branches or pull requests

2 participants