Nextjs crashes on Heroku roughly every 12 hours without any logs or Sentry issues #78547
Unanswered
alexanderjulmer
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I am facing the weirdest of issues: I have Nextjs running on a Heroku Dyno (Vercel's just too complicated and everything else is on Heroku as well). It works mostly fine but roughly every 12 hours the server just crashes and needs to be restarted.
Although completely configured, my server doesn't log anything and hence I cannot rely on logs for debugging.
I also have Sentry configured according to their instructions (https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/) but same there: no issues, nothing.
Finally, Heroku's memory monitor equally shows no issues.
The Nextjs server only serves a React application, all logic is running on a Python-based backend.
I am at a complete loss what could cause this behaviour. Your help is greatly appreciated.
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions