Node js server crashing with in five minutes or less
I have node js server running on railway.app which communicates with sql on my hosting cpanel. It crashes every 5 minutes or less without any description.
Project ID: ee16d47d-b058-4c12-b035-3cf6e4426170
4 Replies
Project ID:
ee16d47d-b058-4c12-b035-3cf6e4426170
Relevant log that was posted in the chit chat channel
It looks like your database provider is closing the connection to the database unexpectedly. Your app doesn't seem to know how to handle this situation causing an exception to be raised which causes the program to crash.
GitHub
GitHub - balwinder1481/game24
Contribute to balwinder1481/game24 development by creating an account on GitHub.
This seems like a code error to me
Unfortunately if it’s not a Railway issue there’s not much we can do