'Why heroku app is not accepting the form data?
I have deployed an app on Heroku that contains a form. When someone submits the form, the content of the form is stored in an Atlas MongoDB database.
This works on localhost, but on Heroku it crashes with the following error:
at=error code=H12 desc="Request timeout" method=POST path="/submit/" host=vastcards.herokuapp.com request_id=ca9 fwd="4" dyno=web.1 connect=0ms service=30000ms status=503 bytes=0 protocol=https
What is causing this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|