Open dheeth opened 2 weeks ago
Resolved, it was an issue with my nginx configuration, I had forced http2, some configuration issue was there from my side.
I was mistaken, the server did run for 12 hours and when it stopped again I tried to curl on localhost and it didn't even respond on localhost at that time. It seems like some specific event or trigger takes down the evershop server. I am not able to debug this. pm2 reload/restart fixes the issue
Describe the bug My evershop server stops responding every 5 minutes and I am not able to debug the issue. I tried running the server in production with
--debug
but the pm2 logs still remains same. No extra informative or debug logs to understand what's causing this. I have checked CPU and memory spikes as well everything is normal.Hitting pm2 reload or restart resolves the issue.
The only logs I see in nginx error logs is
How do I debug this?