How to deploy a staging environment
dingkai031
HOBBYOP

6 months ago

Hello I'm new with railway, is there a documentation on how can I deploy a staged service in railway?

I also see that in the logs, "unsupported engine". How do I upgrade node version?

$10 Bounty

3 Replies

Railway
BOT

6 months 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!


avijitbhuin21
HOBBY

6 months ago

can you give us a little more context? for example what kind of staged service are we talking about here?
also for deployment are you using nixpacks? or railway json file? or something else?

also try this out:
in package.json pass this
{

"engines": {

"node": "20.x"

}

}
please let me know if this resolved your problem


drelo
HOBBY

6 months ago

documentation for setting up railway environments can be found here -> https://docs.railway.com/guides/environments


Loading...