Strapi stopped working after upgrading

andresmontcast7HOBBY

a year ago

I am using a Strapi template which was working very well. However, after upgrading my account from free to hobby, it stopped working yesterday I was getting a 503 error, I updated the domain and today in the morning I got a 404 error.
When I try to run my local Strapi , I get an error in the console:

debug: ⛔️ Server wasn't able to start properly.
error: read ECONNRESET
Error: read ECONNRESET
at TCP.onStreamRead (node:internal/streambasecommons:217:20)

Also mi Port and my host host: env('HOST', '0.0.0.0'),
port: env.int('PORT', 1337)

App = https://strapi-production-935c.up.railway.app/admin

6 Replies

Hi Andres,

Your services were paused when you ran out of trial credits. To resume them, please redeploy your services. See the Docs for how to redeploy.

Regards,
Christian


andresmontcast7HOBBY

a year ago

Hi Christian thank you for your quick response, I proceeded to do the redelpoy, now I get a message of

1/1 replicas never became healthy!

Healthcheck failed!

should I change the number of replicas in setting ?


You have health checks enabled in your app configuration. Please make sure that your app can respond to health checks from the URL provided (it needs an HTTP 200 response to deploy, when health checks are enabled). More about health checks in the Docs


andresmontcast7HOBBY

a year ago

Hi Christian, sorry for the delay I did not see the message, the app is configured with the /admin actually everything was set from before since I took the strapi template that you provide.


This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.


andresmontcast7HOBBY

a year ago

even re-deploying and validating the health checks that its /admin doesn't work :(, any idea ?


Strapi stopped working after upgrading - Railway Help Station