41 Replies
9 months ago
Hi! There's an ongoing incident right now where builds may take longer to deploy #🚨|incidents
9 months ago
Seems like he redeployed it resulting in a new Build
9 months ago
You can try aborting that build and redeploying it again
9 months ago
Also, github is down so if this service of yours is linked to a repo then it will also be affected by the incident
Oh, he said to me he actually redeployed, but i want to know why the service went down, we looked at the logs in chrome devtools and it was throwing CORS, then i tried to access the api and it showed this:

9 months ago
Did u follow the 'Fixing common errors' page that it suggests?
9 months ago
Also, cors errors are unrelated to the platform you deploy on, you configure that on your code.
But we configured it correctly, we had that problem before and managed to make it work in our api, so its not in our side, i noticed when a service is down the request in the chrome shows CORS for some reason
It just suddenly went down, we were using the api and accessing the frontend and it was working fine.
9 months ago
Anything in the logs?
9 months ago
I really doubt this is related to Railway, more users would've reported this.
9 months ago
But i'm willing to help you on this one if you give me some logs 😉
9 months ago
and what do you mean by "it went down"?
9 months ago
u receive a bad status code or a req just hangs indefinitely?
Now its working again, we rebuilded.
But what i mean by went down is that we couldn access the service.
9 months ago
yep
9 months ago
can you do a cntrl + k -> download deployment logs
9 months ago
and paste them here for me to take a look?
Of course! here it is:
9 months ago
Is it successfully connecting to the Redis instance? because according to the last logs seems like it is struggling to do so?
9 months ago
Im doing reqs to your API through the included swagger docs just fine
9 months ago
I'm also not receiving that application failed to respond
9 months ago
What I think is happening is that some endpoint is crashing your API
Oh, so we had some crashes lately in production environment, but in railway's dashboard it was showing "CRASHED", and in the logs we spotted the problem, but this time, occurred in DEV and it had no logs, no "CRASHED" status haha…
9 months ago
Maybe an unhandled error? Seems to be just fine from Railway's side
9 months ago
Test those endpoints 😉
Or It could have been a temporary error, right? But thanks for the help @Medim, if it happens again i can go back to this thread?
We use NestJs and it is very robust against errors, that's why we suspect something on Railway's side.
9 months ago
Sure, I will keep this thread open for some time if you have any other issue.
9 months ago
!s
Status changed to Solved medim • 9 months ago

