Xevion
Xevion
RRailway
Created by Xevion on 6/2/2024 in #✋|help
Cron Missed Completely, No Logs
No description
51 replies
RRailway
Created by Xevion on 1/31/2024 in #✋|help
Service crashed without relevant logs
No description
14 replies
RRailway
Created by Xevion on 9/27/2023 in #✋|help
upstream connect error or disconnect/reset before headers.
One of my older/extremely low traffic apps as a pet project is having interimettent issues where this happens:
upstream connect error or disconnect/reset before headers. retried and the latest reset reason: connection failure, transport failure reason: immediate connect error: Cannot assign requested address
upstream connect error or disconnect/reset before headers. retried and the latest reset reason: connection failure, transport failure reason: immediate connect error: Cannot assign requested address
12 replies
RRailway
Created by Xevion on 9/7/2023 in #✋|help
Renamed user/organization for GitHub - unsafe?
No description
5 replies
RRailway
Created by Xevion on 9/7/2023 in #✋|help
Clicking 'Observability' button goes to the wrong project
Expected Flow - You click on a project, go to 'Observability' and view the logs. - You then click on another project using the / {project name} / {service name} / and using the drop down, switch to a different project. - You automatically switch to the Architecture tab. - You click on the Observability tab. - You are now viewing logs for a different project. What Occurs - I switch to a different project. - I click observability tab. - Suddenly, I am back to the first project, viewing it's logs instead. Notes - The issue does not occur if I reload after switching to a different project.
8 replies
RRailway
Created by Xevion on 9/4/2023 in #✋|help
Ideal way to compose and manage a full stack app?
Railway doesn't really seem to be exposing an example of how one could/should compose a full stack application. It provides all the services, but it doesn't seem to detail on how you'd put them all together. For example, Django is a great backend, but if you want a great frontend - you'll need something like React, built with Vite, perhaps. But how is one supposed to build and serve your frontend files? Nginx comes to mind, serving static files for your frontend, and proxying all API requests to Django. But how is this to be done? Most people use Docker Compose, which Railway doesn't support at all. Dockerfiles are cool, but I'm struggling to find any examples that include more than a single service. There's no Django + Postgres + React + Nginx example - there's just Django. Or Nginx. Or Django + Postgres at best; which isn't hard to figure out at all.
81 replies
RRailway
Created by Xevion on 4/22/2023 in #✋|help
Using Railway to Deploy Docker Images
It's hard to describe what I mean: If I see a Docker image on the public repositories that I want try out, can I use Railway for that? Such as a Traefik, or Wordpress or something else
22 replies
RRailway
Created by Xevion on 4/4/2023 in #✋|help
How do I delete JUST the service, not my database?
14 replies
RRailway
Created by Xevion on 4/2/2023 in #✋|help
Deploy from GitHub Repo exits without reason
7 replies
RRailway
Created by Xevion on 11/16/2022 in #✋|help
25min Delay in starting Nixpack Build
I just noticed our latest deployment was taking 27mins to finish, so I checked it out and noticed our docker image push (or so I think that is it) was 800MB. I checked, and apparently we've been doing this for like 2 weeks, 800MB docker images each time. This sounds pretty unusual, as we don't use anything that heavy. Additionally, our builds usually finish in 3 minutes, so by this logic, nothing is out of the ordinary.
16 replies