I cant deploy my services after buying credits
emlopezr
HOBBYOP

10 months ago

Hi, a few days ago my account ran out of credits from the free plan so the project I have deployed (With a database and 4 web services) was shut down.

Today after buying credits I was going to redeploy my services, but it is not working at all. What I see is that for example my main API (Spring Boot) seems to deploy fine, but then it fails on health check, and when trying to /ping to it from Postman, I get a 404 like the following on all my domains:

curl --location 'https://MY_DOMAIN.up.railway.app/ping'
{
 "status": "error",
 "code": 404,
 "message": "Application not found",
 "request_id": "gghWlxmPQm-N-_VdwRidFA_186547883"
}

My project ID is: b77528d4-1adf-4486-ad2c-8f177fd13fe9

1 Replies

brody
EMPLOYEE

10 months ago

Hello,

You would want to check the deploy logs for any errors during the health check.

But a 404 with no active deployment would be expected, in that case it is a 404, deployment not found.


Loading...