An error occurred in the application and your page could not be served

When I run Metabase in Heroku, I getting error An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.

When I check my log detail showing
at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=myapplink.com request_id=MY_ID_REQUEST fwd="182.23.63.67" dyno= connect= service= status=503 bytes= protocol=https

I try to restart my heroku with CLI, but still no changes

Hi @bayurizki
I don’t use Heroku, but you need to check the Metabase logs. It looks like you have to run this:
heroku logs -n 2000 --source metabase
https://devcenter.heroku.com/articles/logging#view-logs