Blackbeak
Service keeps crashing and will not restart
The last time my CMS deployed properly was yesterday and there have been no code changes on my code bases for 5 months.
Now however my server crashes and when I restart I get the following connection error message;
yarn run v1.22.19
$ strapi start
[2024-02-05 10:33:14.237] debug: ⛔️ Server wasn't able to start properly.
[2024-02-05 10:33:14.239] error: connect ECONNREFUSED 35.230.57.124:7870
Error: connect ECONNREFUSED 35.230.57.124:7870
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16)
error Command failed with exit code 1.
31 replies
Connection error message
I did the migration and everything worked ok.
The last time my CMS deployed properly was February 2nd so after the migration.
Now however my server crashes and when I restart I get the following connection error message;
yarn run v1.22.19
$ strapi start
[2024-02-05 10:33:14.237] debug: ⛔️ Server wasn't able to start properly.
[2024-02-05 10:33:14.239] error: connect ECONNREFUSED 35.230.57.124:7870
Error: connect ECONNREFUSED 35.230.57.124:7870
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16)
error Command failed with exit code 1.
After examining all the issues here I am wondering is this related to wider bugs in the Railway system and I should come back later and try again or is it due to something I have misconfigured when doing the migration that I need to fix?
My project is 87f25e2
9 replies