React 애플리케이션을 heroku에 배포하는 방법

2288 단어 경 6배포React
React 응용 프로그램을 heroku에 배포할 때 자신이 막힌 것을 씁니다. (2020/5/7)

이번에는 npx create-react-app my-app 작성 후 즉시 heroku에 배포하고 있습니다.

여기까지의 순서는 이하의 기사를 참고로 했습니다.
htps : // 코 m / 구니 켄 / ms / 70c2b5cd77d7c9301bcf
git push heroku master를 넣어 heroku에 배포 한 후 Application error가 나왔습니다.

heroku logs --tail 에서 로그를 보려고하면 다음 오류가 발생했습니다.
2020-05-06T15:16:46.732551+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=create-react-app-test.herokuapp.com request_id=c337d6d8-bfa9-4699-aed2-e0f912e5cafb fwd="116.0.149.123" dyno= connect= service= status=503 bytes= protocol=https2020-05-06T15:16:47.083742+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=create-react-app-test.herokuapp.com request_id=b1d5a22c-a125-48a1-8f64-98abf4724b81 fwd="116.0.149.123" dyno= connect= service= status=503 bytes= protocol=https
Heroku dashboard > settings > buildpacks > add buildpacks > 다음 URL을 추가.
htps : // 기주 b. 코 m / 마 rs / c Rete-Rea ct-p p-bui ld Pack


이 기사의 코멘트란을 참고로 했습니다.
htps : //에서 v. 그리고 / s th man y /에서 p ぉ y - r-re ct-a p--Heroku-2b6f

이 후에 git push heroku master 다시 배포하면 제대로 브라우저에 표시되었습니다.

좋은 웹페이지 즐겨찾기