6 months ago
Hi the deploy in Railway dashboard is crashing after an minute to sucessfully deploy.
I review locally the application and the memery waste is not big deal. However the app is crashing with any interaction. I tried to have a mininum boiler plate code or dependency innecesary, or eslint review or something that is taking a lot of memery, but nothing works. Please help me.
1 Replies
6 months ago
Hey! If your Railway app crashes after a minute, even with minimal code, it's likely due to memory limits, unhandled exceptions, or a background task error. Check Railway logs for crashes (e.g., OOM, uncaught errors). Make sure you're using process.env.PORT and logging all errors. Try deploying a minimal / route to isolate the issue. Let me know the stack and logs if you need more help.