Dem
Dem
RRailway
Created by Dem on 6/5/2024 in #✋|help
Server goes down randomly throughout the day
Recently I realized the production railway server goes down randomly throughout the day and show 503 error. What's going on? Can someone take a look? My project ID is 99e122f7-a96e-42ba-95aa-325cd3e66c82
<!DOCTYPE html>
...
<h1 class="error-404">Nothing here... yet</h1>
<h1 class="error-503">Application failed to respond</h1>

<a href="https://railway.app" target="_blank"> Go to Railway </a>
</main>
</body>

</html>
<!DOCTYPE html>
...
<h1 class="error-404">Nothing here... yet</h1>
<h1 class="error-503">Application failed to respond</h1>

<a href="https://railway.app" target="_blank"> Go to Railway </a>
</main>
</body>

</html>
73 replies
RRailway
Created by Dem on 3/7/2024 in #✋|help
Can't find my repo on railway
It was recently migrated to be a organization repo that I have admin access to. How do I deploy based on this repo?
6 replies
RRailway
Created by Dem on 2/28/2024 in #✋|help
Service down with every deployment
I have a service with volume and it is down for a few minutes every time I deploy. We have customers using the service 24/7, is there a fix?
11 replies
RRailway
Created by Dem on 2/28/2024 in #✋|help
service with volume down every deployment
I have a service with volume and it is down for a few minutes every time I deploy. This is not ok for our use case since we have customers using the service 24/7, is there a fix?
5 replies
RRailway
Created by Dem on 1/26/2024 in #✋|help
What should I expect to happen if healthcheck fails?
I thought the new changes will not be deployed and traffic will be directed to previously working version, but looks like the service is not working after healthcheck failed. Is that expected?
50 replies
RRailway
Created by Dem on 1/25/2024 in #✋|help
timeline on enabling static IPs?
Is there a timeline for this? I saw that it was on the roadmap. Looking to white list my deployments IP
4 replies
RRailway
Created by Dem on 1/6/2024 in #✋|help
Possible to share domain betwen wix frontend and railway backend?
Is it possible to host my backend API www.mydomain.com/api on railway, and a website www.mydomain.com on wix? Maybe using something like Caddyfile / reverse proxy?
29 replies
RRailway
Created by Dem on 1/4/2024 in #✋|help
socket.gaierror: [Errno -2] Name or service not known
I have a hypercorn app but am encountering this error: socket.gaierror: [Errno -2] Name or service not known. It works when I specify a railway.json that specifies a port, but only on a local host, not on the public domain. How can I fix this?
{
"deploy": {
"startCommand": "hypercorn main:app --bind \"0.0.0.0:8000\""
}
}
{
"deploy": {
"startCommand": "hypercorn main:app --bind \"0.0.0.0:8000\""
}
}
47 replies
RRailway
Created by Dem on 1/2/2024 in #✋|help
how to upload file?
I want to add a file (~600MB) to the railway server and access it via file path in .env file, is that possible?
8 replies
RRailway
Created by Dem on 12/31/2023 in #✋|help
Deployment stuck at "starting" for 5+ hours
My railway deployment has been stuck at deployment after building, what might be the problem?
11 replies
RRailway
Created by Dem on 11/16/2023 in #✋|help
I'm getting 'Application failed to respond' but no error shows up in my logs, how should I debug?
The application works locally. Deploy log says successfully built.
36 replies