Replies: 2 comments
-
I tried with higher VPS tiers (this example 3vCPUs * 8GB RAM, and it worked, but hardly too. Went upto 200% and took so long that I thought it froze too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having the same issue with a simple express API. How can we fix this? This has been happening for many months, which is why I can't use Coolify for serious projects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I have an issue that after configuring the domain, GitHub app with ease, I tried to deploy my NextJS application and it crash the whole VPS.
VPS: CPX11 on HETZNER (2vCPU, 2GB RAM as bare minimum). Tried also with Hostinger - 2vCPU & 8GB RAM, the same issue).
Coolify Version: latest v4.0.0-beta.306
Next JS: 13. Static site with default build commands (tried different approaches).
I was following all the instructions from your 1,5h guide on how to deploy Next JS app, but for every try, my VPS crash after few minutes and show blank screen of deploy logs:
Every time it freezes on
npm i
command. I was trying to add the--legacy-peer-deps
because it could get into dependencies issue, but I mapped the same setup on my locale machine and it threw no issues (matched thenode
andnpm
versions too):Here are the screenshots on usage graphs (it went up to 200% 🫠)!:
Does anyone have an idea what might be the issue? The VPS matches the least requirements, and the app was not even deployed, so the only job that was running (except the Coolify itself) was the deploy job.
Any help would be appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions