Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment to Heroku #24

Open
FredLavoie opened this issue Jun 3, 2021 · 0 comments
Open

Deployment to Heroku #24

FredLavoie opened this issue Jun 3, 2021 · 0 comments

Comments

@FredLavoie
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant