codestates / codestates/Subllet
[ERR] ngrok port connect Error
Open
ERR
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### 어떤 에러인가요?
- ngrok을 이용해 내 local port를 연결할 때 발생하는 오류
### 에러 메시지
```shell
$ ngrok gateway error The server returned an invalid or incomplete HTTP response
```
### 에러 핸들링 방법
- ./ngrok http 3000을 입력해 실행했을 때 발생한 오류이다.
현재 우리 local은 https를 사용하는데, 그렇다고
./ngrok https 3000을 입력해 실행하면 실행이 안된다.
떄문에 ./ngrok http https://localhost:3000 을 입력해 실행했더니 정상 실행됐다.
### 에러 핸들링을 위해 참고한 레퍼런스 링크
[링크](https://stackoverflow.com/questions/68459491/how-do-i-fix-ngrok-invalid-http-response-error)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.