6 months ago
Deployed my application with postgres.
Nextjs+NestJs+Postgres
UI is rendering but getting 404 and Application failed to respond not postman when calling api.
7 Replies
6 months ago
Hi, Can i get some more information like logs of each service what each of them do in your stack.
Can you check your nestjs logs to see if it is able to connect to db ? as in db related logs
If it is a sample application and doesn't contain anything sensitive yet you could consider either making your github repo public or adding me so i could have a look and fix it
Thanks.
smolpaw
Hi, Can i get some more information like logs of each service what each of them do in your stack.Can you check your nestjs logs to see if it is able to connect to db ? as in db related logsIf it is a sample application and doesn't contain anything sensitive yet you could consider either making your github repo public or adding me so i could have a look and fix itThanks.
6 months ago
Please provide email i can add you in git repo
amitgandole
Please provide email i can add you in git repo
6 months ago
redacted. talking on discord rn
6 months ago
requestId:"oQO6VjL1ThuUh-jjss7a6g"
timestamp:"2025-05-30T16:30:00.793718778Z"
method:"GET"
path:"/auth/login"
host:"
httpStatus:502
upstreamProto:"HTTP/1.1"
downstreamProto:"HTTP/1.1"
responseDetails:"failed to forward request to upstream: connection refused"
totalDuration:10567
upstreamAddress:"
clientUa:"PostmanRuntime/7.44.0"
upstreamRqDuration:10567
txBytes:109
rxBytes:383
srcIp:"106.213.82.172"
edgeRegion:"europe-west4-drams3a"
here is HTTP logs
6 months ago
I see that the error is likely due to your deployment. This may take quite a few conversations. mind hitting me on discord so we could talk there and resolve this quicker ?
My discord username is smolit.
6 months ago
Pinging you on discord
6 months ago
After almost 2 hours of back and forth on discord, the issue in question has been resolved.
Involved a mix of code and railway env vars changes.
Status changed to Solved chandrika • 6 months ago