24 Replies
a year ago
Can you post your deployment logs
a year ago
And your configuration
responseDetails:
"failed to forward request to upstream: connection refused"
a year ago
These are build logs
a year ago
Are you proxying?
a year ago
Maybe publicize the project and share a link? We have no idea what this looks like
I used LEGACY mode before
{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"runtime": "LEGACY",
"numReplicas": 1,
"sleepApplication": false,
"multiRegionConfig": {
"us-west1": {
"numReplicas": 1
}
},
"restartPolicyType": "ALWAYS"
}
}
a year ago
Are you proxying?
I use Cloudfalre. But it does not work if I access via https://dialoqbase-server-production-2df1.up.railway.app/
a year ago
Yeah but I see it's pushing to upstream. Upstream what.
a year ago
If you go to project settings you can change visibility to public and share a link
I see this is related https://github.com/n4ze3m/dialoqbase/issues/287
a year ago
I'll try deploying it and see
a year ago
Works fine :(

