mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Next js hosting as a node js app - Application crashes on time intervals #243
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LegzNepobedivi on 5/12/2024
CloudPanel version(s) affected
2.4.1
Description
I am hosting a nextjs app as a nodejs app, however application crashes on time intervals.
First time, I started it at 5:41, it crashed at 8.38
Second time, I started around 10.32, crashed at 13.04
Third time, I started at 13.08, crashed at 18.12 next day.
I went through almost all the possible routes and went through the logs. However it appears that logs from the crash periods are missing so I assume that some request never got a response and went in the loop, but I have almost no exeperince with DevOps and hosting.
How to reproduce
That is the thing. I tried reproducing the problem, however I cant cause it manually it appears.
My stack is Nextjs 14, Supabase, with supabase Auth.
Possible Solution
No response
Additional Context
No response