Niccolò
Niccolò
RRailway
Created by Niccolò on 12/14/2023 in #✋|help
App unreachable after db migration
Hi there, I have followed the steps to migrate but the app using the db is now unreachable. The DATABASE_URL value seems to be correctly pointing to the migrated db instance. Project id: 9a8cdddf-87aa-4caf-848a-69fb07710946
6 replies
RRailway
Created by Niccolò on 11/24/2023 in #✋|help
How to run "Deployment" job after custom Github CI?
Hi there, I have a Github CI set up, but deployment on Railway is initiated while the CI is still running. How can I make the deployment depend on my github CI yml giving the green light? Thank you.
6 replies
RRailway
Created by Niccolò on 4/2/2023 in #✋|help
Setting up MinIO service
I set up a docker-orchestrated MinIO service locally. Given there is no service template available for MinIO, what do you think is needed to set it up on Railway starting from a blank service?
17 replies
RRailway
Created by Niccolò on 3/31/2023 in #✋|help
Server logs?
I am wondering how to inspect the application server logs. Doing railway logs just tails the most recent deployment's logs. Thank you.
57 replies
RRailway
Created by Niccolò on 3/27/2023 in #✋|help
Your Account is Unverified / Your GitHub Can't Be Verified
45 replies
RRailway
Created by Niccolò on 3/19/2023 in #✋|help
A long-running task gives "Stream timeout"
Using an admin-only feature of my application for importing data from a public API returns a "stream timeout" error to the screen after a few minutes. Locally, the procedure takes about 20 minutes. How would I be able to circumvent the problem on the Railway cloud?
3 replies
RRailway
Created by Niccolò on 3/14/2023 in #✋|help
Getting `python: command not found` at build
Hi, build for project 852d436d-dbcc-4eba-986d-bd7e01a98613 keeps on failing:
#13 0.389 /bin/bash: line 1: python: command not found

#13 ERROR: executor failed running [/bin/bash -ol pipefail -c python -m manage migrate --no-input]: exit code: 127
-----
> [stage-0 9/10] RUN --mount=type=cache,id=s/c556cde8-b8e0-4934-9b2a-486aafb6dac8-node_modules/cache,target=/app/node_modules/.cache python -m manage migrate --no-input:
-----
executor failed running [/bin/bash -ol pipefail -c python -m manage migrate --no-input]: exit code: 127

Error: Docker build failed
#13 0.389 /bin/bash: line 1: python: command not found

#13 ERROR: executor failed running [/bin/bash -ol pipefail -c python -m manage migrate --no-input]: exit code: 127
-----
> [stage-0 9/10] RUN --mount=type=cache,id=s/c556cde8-b8e0-4934-9b2a-486aafb6dac8-node_modules/cache,target=/app/node_modules/.cache python -m manage migrate --no-input:
-----
executor failed running [/bin/bash -ol pipefail -c python -m manage migrate --no-input]: exit code: 127

Error: Docker build failed
Where should I look for clues? Thank you
79 replies
RRailway
Created by Niccolò on 11/21/2022 in #✋|help
Deploy failed and it's weird
Hi, for some reason I am getting this when deploying:
#13 1.852 django.db.utils.OperationalError: connection to server at "containers-us-west-65.railway.app" (x.x.x.x), port 7892 failed: Connection refused
#13 1.852 Is the server running on that host and accepting TCP/IP connections?
#13 1.852 django.db.utils.OperationalError: connection to server at "containers-us-west-65.railway.app" (x.x.x.x), port 7892 failed: Connection refused
#13 1.852 Is the server running on that host and accepting TCP/IP connections?
Why is it refusing connection to that host?
51 replies
RRailway
Created by Niccolò on 10/16/2022 in #✋|help
Nixpack build error with Django app
Hi there, I am a former Heroku user trying to migrate to a Nixpack buildpack given the foreseen discontinuation of the Heroku's, but I am receiving the following error with my Django app:
204 replies
RRailway
Created by Niccolò on 9/21/2022 in #✋|help
Deployments and plugins stopped, site is unreachable, I am confused
24 replies
RRailway
Created by Niccolò on 9/3/2022 in #✋|help
Cannot build with Nix pack
Hi, I am deploying a Django app that used to be on Heroku. Using the Heroku pack works fine, but using NixPacks does not. See below and the attached log. This very error is returned when I am sudo nixpacks building locally, too. [stage-0 3/8] COPY .nixpacks/setup.nix .nixpacks/setup.nix: ----- failed to compute cache key: "/.nixpacks/setup.nix" not found: not found  Error: Docker build failed
5 replies