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
Percy
Percy2y ago
Project ID: 6d0f799e-be59-4388-899d-f00456f30667
Percy
Percy2y ago
If you don't get a response in the next 12 or so hours, shoot an email to contact@railway.app and they'll get you sorted from there. Be sure to include your Railway email and Discord info.
⚠️ experimental feature
angelo
angelo2y ago
Project link? We'll get you sorted asap
KiBender
KiBender2y ago
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.
nebula
nebula2y ago
looks like you need to set the HOST envvar also, remove the DATABASE_URL var, its auto-assigned
KiBender
KiBender2y ago
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.
nebula
nebula2y ago
no worries! i would also set HOST to ${{ RAILWAY_STATIC_URL }} to avoid any future issues
KiBender
KiBender2y ago
Would RAILWAY_STATIC_URL have https:// in it?
nebula
nebula2y ago
yes, it should
KiBender
KiBender2y ago
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
angelo
angelo2y ago
.Dockerfile works
KiBender
KiBender2y ago
So 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'
angelo
angelo2y ago
it should
KiBender
KiBender2y ago
I'm doing a deploy. Thank you. Meanwhile, is it possible to have 2 postgres instance on a single project?