i need a devloper who can debug my project
hariom3794
FREEOP

a year ago

my project is deployed but after seconds its showing crashed and after restart it again shows deployed sucessfully .

$10 Bounty

3 Replies

Railway
BOT

a year ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


paras-017
FREE

a year ago

Add global error handling to prevent crashes.

process.on('uncaughtException', (err) => {

console.error('Uncaught Exception:', err);

// Optionally, gracefully shut down or log to a monitoring service

});

process.on('unhandledRejection', (reason, promise) => {

console.error('Unhandled Rejection at:', promise, 'reason:', reason);

});


a year ago

Hey there!

Is there any information that we can get on your project? Would love some information.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...