Heroku应用程序在Heroku URL上工作,但不在指向它的域上

Heroku应用程序在Heroku URL上工作,但不在指向它的域上,heroku,web-deployment,Heroku,Web Deployment,我的应用程序在heroku端点工作: 它给 An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command heroku logs --tail 当我访问与其关联的域时。在数据库中断之前

我的应用程序在heroku端点工作:

它给

An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
heroku logs --tail
当我访问与其关联的域时。在数据库中断之前,该url一直在工作。在我重新启动被关闭的数据库后,出现了这个问题

(仅供参考,我使用的是不支持SSL的免费版本。)

2021-04-28T15:27:38.540672+00:00 heroku[web.1]: State changed from starting to up

2021-04-28T15:28:21.322407+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/"
host=www.disqussearch.com request_id=d50c0b8e-3cd9-44b0-b5ed-224dc71c50ac fwd="96.44.161.8" 
dyno= connect= service= status=503 bytes= protocol=http

2021-04-28T15:28:29.195294+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" 
host=www.disqussearch.com request_id=b3ba93cf-9a75-4966-988e-d2eae2ec874f fwd="96.44.161.8" 
dyno= connect= service= status=503 bytes= protocol=http

2021-04-28T15:33:14.953904+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" 
host=www.disqussearch.com request_id=4e1fd79f-3c22-4c99-8931-18613ec648ed fwd="173.249.56.28" 
dyno= connect= service= status=503 bytes= protocol=http

2021-04-28T15:33:35.829522+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" 
host=www.disqussearch.com request_id=7cf600bf-6cbd-4e6f-971b-4a94442e7667 fwd="173.249.56.28" 
dyno= connect= service= status=503 bytes= protocol=http