본문 바로가기

[ngrok fialed to complete tunnel connection][오류 해결]

by Jyujae 2022. 4. 14.

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

와 함께 해결 가능!