I'm on a team plan, How do I get dedicated support?
I posted yesterday and did not get any solution. I'm having trouble with env variables, both on build as well as rum time.
project id is 6d0f799e-be59-4388-899d-f00456f30667
14 Replies
Project ID:
6d0f799e-be59-4388-899d-f00456f30667
If you don't get a response in the next 12 or so hours, shoot an email to [email protected] and they'll get you sorted from there. Be sure to include your Railway email and Discord info.
⚠️ experimental feature
Project link? We'll get you sorted asap
I do not want to rush you. This could be an issue from my end.
Here's the link https://railway.app/project/6d0f799e-be59-4388-899d-f00456f30667
Railway
Railway
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
looks like you need to set the HOST envvar
also, remove the DATABASE_URL var, its auto-assigned
I was talking about redis now.
[ioredis] Unhandled error event: Error: connect ECONNREFUSED 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1487:16)
[ioredis] Unhandled error event: Error: connect ECONNREFUSED 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1487:16)
But really sorry, looks like its an error with the code.
no worries! i would also set
HOST
to ${{ RAILWAY_STATIC_URL }}
to avoid any future issuesWould RAILWAY_STATIC_URL have https:// in it?
yes, it should
I have a few more questions if you don't mind.
Is there a way to use nixpack without removing the Docketfile. I tried renaming the dockerfile to Dockerfile.example, but it was still being used
.Dockerfile
worksSo nixpacks.toml file will work?
[phases.setup]
nixPkgs = ['nodejs', 'yarn']
[phases.build]
cmds = ['yarn install', 'yarn workspace client build', 'yarn workspace server build:prod']
[start]
cmd = 'node server/dist/main'
it should
I'm doing a deploy. Thank you.
Meanwhile, is it possible to have 2 postgres instance on a single project?