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 | 31 |
Tags
- 면접준비
- 만두레시피
- 감기약
- 터미널사진편집
- 고양이귀여움
- 벌루닝
- 딸꾹질
- 초코만두
- 디저트아이디어
- 식곤증
- 거미줄의비밀
- 의약품안전
- 고양이
- 터미널사진사이즈변경
- 거미
- 딸꾹질멈추는법
- 내일부터출근
- 라떼이야기
- 창의적인요리
- 코포나시럽
- 생물학습
- 탄수화물소화
- 건강정보
- 딸꾹질원인
- 자연의과학
- 에스프레소샷
- 피스타치오라떼
- 카페일상
- 한외마약
- 딸꾹질대처법
Archives
- Today
- Total
SP'S SPARKING
[SOLVED] HEROKU ERROR H10 status 503: Checking what error it is 본문
HAPPYHACKING/ERROR SOLVED
[SOLVED] HEROKU ERROR H10 status 503: Checking what error it is
SPSP 2022. 10. 6. 08:14ERROR:
2022-10-05T22:53:34.664647+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host==*****.herokuapp.com request_id=***** fwd="=*****" dyno= connect= service= status=503 bytes= protocol=https
2022-10-05T22:53:35.046139+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host==*****.herokuapp.com request_id==***** fwd="=*****" dyno= connect= service= status=503 bytes= protocol=https
I got the Heroku error code with H10 and status=503.
There are so many solutions on google. However, I couldn't get what the specific error in my case was.
So, I use the command
heroku logs --source app
for checking my error is made.
In my case, it was a simple problem.
Error: Cannot find module 'aws-sdk'
I just need to install the module, so I did.
And then, to restart my Heroku server, I used
heroku restart
HAPPY HACKING!
728x90
'HAPPYHACKING > ERROR SOLVED' 카테고리의 다른 글
해결 "this.custRepository" is null (0) | 2024.07.13 |
---|---|
[해결] TypeError: Failed to fetch (0) | 2022.10.26 |
[해결] aws ecr get-login-password -> Unable to parse config file: (0) | 2022.07.28 |
[해결] this version of the Java Runtime only recognizes class file versions up to 52.0 (0) | 2022.07.28 |
[해결] "this.custRepository" is null (0) | 2022.07.28 |