본문 바로가기

heroku

(3)
heroku 에러 코드 보는 법, heroku logs --tail --app 앱 이름 https://help.heroku.com/UMAUQ4UF/why-am-i-seeing-application-error Why am I seeing "Application Error"? - Heroku Help Ask on Stack Overflow Engage with a community of passionate experts to get the answers you need Ask on Stack Overflow help.heroku.com heroku logs --tail --app 앱 이름 앱이름이 = avatar일때, heroku logs --tail --app avatar 이렇게 쓰면 됨. heroku 서버 재시작 heroku restart Heroku Error Codes https://d..
heroku error 에러 나는 이유를 모르겠음.. 2020-02-19T14:40:49.465188+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dooyou-test.herokuapp.com request_id=f12f160b-2e77-42a1-bcf8-8eb501b3d1c4 fwd="221.140.211.126" dyno= connect= service= status=503 bytes= protocol=https 이렇게 뜨는데 구글링해서 나오는거 다 해봤는데도 3분? 정도 지나면 다시.. 에러가 나서 접속이 안됨... ㅠㅠ 왜지 ???? 데이터베이스 접속하면서 뭔가 에러가 나는건지.. 뭔지..... 참고한 것들 : https://www.freecod..
heroku error : heroku logs --tail, Multiple apps in git remotes heroku logs --tail » Error: Multiple apps in git remotes » Usage: --remote origin » or: --app dooyou-test » Your local git repository has more than 1 app referenced in git » remotes. » Because of this, we can't determine which app you want to run this » command against. » Specify the app you want with --app or --remote. » Heroku remotes in repo: » dooyou-test (heroku) » dooyou-test (origin) » » ..