我的应用程序在本地工作时出现问题,但在Heroku打开尝试注册时出现503错误:
在浏览器控制台中,我得到:
renderDataTable
在heroku日志中:
POST https://radiant-mesa-64296.herokuapp.com/user/new 503 (Service
Unavailable)
这是我的server.js的样子:
at=error code=H12 desc="Request timeout" method=POST path="/user/new"
host=radiant-mesa-64296.herokuapp.com
request_id=91b0a791-ca3c-43b1-a946-fe819ec03a22 fwd="100.1.170.182"
dyno=web.1 connect=1ms service=30000ms status=503 bytes=0
我从未在任何其他部署中遇到过这个问题,并希望得到任何建议。
谢谢。