-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Description
Many students have had issues deploying to Heroku recently (myself included). Navigating to /api/days
for example times out.
In the package.json file, the following should be added to fix this issue:
"engines": {
"node": "12.20.1"
},
I found the solution from this thread:
https://stackoverflow.com/questions/66112339/persistent-h12-timeout-error-for-all-requests-that-run-a-database-query
Metadata
Metadata
Assignees
Labels
No labels