Failed to complete tunnel connection
The connection to http://XXXXX.ngrok.io was successfully tunneled to your ngrok client, but the client failed to establish a connection to the local address localhost:(port).
Make sure that a web service is running on localhost:(port) and that it is a valid address.
The error encountered was: dial tcp: lookup localhost on #.#.#.#:##: no such host
1. 먼저 python manage.py runesrver로 로컬 호스트 서버가 돌아가는지 확인한다.
2. 그 후 다른 cmd 창에 ngrok http #### 을 실행시킨다
3. login/ token이 필요하다는 오류 발생시
해당 링크 타고 token 얻어서
(django_react_study) ngrok.exe가 있는 경로>ngrok authtoken 개인 토큰 번호
Authtoken saved to configuration file: C:\Users\사용자/.ngrok2/ngrok.yml
와 함께 해결 가능!
'웹' 카테고리의 다른 글
[Migration admin.0001_initial is applied before its dependency accounts.0001_initial on database 'default'.][장고 오류해결] (0) | 2022.05.04 |
---|---|
[no such table: auth_user 오류 해결][장고] (0) | 2022.05.04 |
[장고 기본 개념 총정리][django] (0) | 2022.04.26 |
[TemplateDoesNotExists 에러][장고] (1) | 2022.04.17 |
중간점검/ 계획 (0) | 2022.03.30 |