Node.js Heroku提供的503不可用,但在本地运行良好

Node.js Heroku提供的503不可用,但在本地运行良好,node.js,reactjs,express,heroku,Node.js,Reactjs,Express,Heroku,我已经在Heroku上托管了我的节点应用程序,2天前,托管的url运行良好,但现在,它给出的503无法提供 因此,我运行这个命令来检查heroku日志--tail,但不理解这个问题 以下是日志: Started on port 48767 2021-01-05T15:34:49.765284+00:00 heroku[web.1]: State changed from starting to up 2021-01-05T15:34:51.254631+00:00 app[web.1]

我已经在Heroku上托管了我的节点应用程序,2天前,托管的url运行良好,但现在,它给出的503无法提供

因此,我运行这个命令来检查heroku日志--tail,但不理解这个问题

以下是日志:

     Started on port 48767
2021-01-05T15:34:49.765284+00:00 heroku[web.1]: State changed from starting to up
2021-01-05T15:34:51.254631+00:00 app[web.1]:  'error: no pg_hba.conf entry for host "3.89.37.37", user "vnsxtpwrlssszb", database "de85b28qpdw9mb", SSL off
2021-01-05T15:35:21.190688+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/api/login" host=employee-tracker-b3.herokuapp.com request_id=33ee0c22-20fa-4d6c-a3cf-3a07aab83c96 fwd="49.36.228.98" dyno=web.1 connect=1ms service=30000ms status=503 bytes=0 protocol=https
2021-01-05T15:35:21.194761+00:00 app[web.1]: POST /api/login - - ms - -
2021-01-05T15:35:27.892106+00:00 app[web.1]:  'error: no pg_hba.conf entry for host "3.89.37.37", user "vnsxtpwrlssszb", database "de85b28qpdw9mb", SSL off
2021-01-05T15:35:57.882433+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/api/login" host=employee-tracker-b3.herokuapp.com request_id=7281dc7b-66ef-4101-a815-13a112765a1e fwd="49.36.228.98" dyno=web.1 connect=1ms service=30001ms status=503 bytes=0 protocol=https
2021-01-05T15:35:57.885297+00:00 app[web.1]: POST /api/login - - ms - -