React 애플리케이션을 heroku에 배포하는 방법
이번에는
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=https
2020-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
다시 배포하면 제대로 브라우저에 표시되었습니다.Reference
이 문제에 관하여(React 애플리케이션을 heroku에 배포하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/nobu0605/items/355f1e890ad8dff8eb8f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)