24 Replies
10 months ago
Can you post your deployment logs
10 months ago
And your configuration
responseDetails:
"failed to forward request to upstream: connection refused"
10 months ago
These are build logs
10 months ago
Are you proxying?
10 months 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"
}
}
I can share my screen during a call. It is prod environment that is broken
10 months ago
Are you proxying?
I use Cloudfalre. But it does not work if I access via https://dialoqbase-server-production-2df1.up.railway.app/
10 months ago
Yeah but I see it's pushing to upstream. Upstream what.
10 months 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
10 months ago
I'll try deploying it and see
10 months ago
Works fine :(

