Krøn
Krøn
RRailway
Created by Krøn on 6/25/2024 in #✋|help
Delete row button on postgres db not working
No description
6 replies
RRailway
Created by Krøn on 6/24/2024 in #✋|help
Lost Access to my Github
My phone and laptop were stolen and i cant access my github because of 2FA as i cant locate where i saved my recovery codes and apparently github authenticator doesnt backup to the cloud. I have some client projects on there which are hosted on railway, i was wondering if there is a way i can get a copy of the codebases from railway. I can prove my identity in whatever way is required, any help will be very much appreciated
26 replies
RRailway
Created by Krøn on 4/20/2024 in #✋|help
Heavyweight - FastAPI template doesnt create a new repo when i deploy it
Whenever i deploy the Heavyweight template it doesnt create a new repo but instead it just references the original repo Template URL: https://railway.app/template/XJzuMz
16 replies
RRailway
Created by Krøn on 3/24/2024 in #✋|help
I cant see my services on the project canvas
No description
7 replies
RRailway
Created by Krøn on 3/24/2024 in #✋|help
How do i setup message queue e.g. Kafka, RabbitMQ
Hello, im building a microservice and i want to implement messaging queues and i am unsure how to set that up on railway, any guides? I am using FastAPI for the services
8 replies
RRailway
Created by Krøn on 3/18/2024 in #✋|help
Did railway block Nigerian IP addresses from accessing their site?
This has been going on for about a week now, i can’t the railway site from Nigeria unless I use a vpn, is this because of the recent DDoS accounts or does it have something to do with the fiber optic cable cuts?
12 replies
RRailway
Created by Krøn on 2/11/2024 in #✋|help
FastAPI + Alembic + Docker cant detect database url env variable
I have a fastapi project that uses alembic and loads the env variables using pydantic_settings. My build always fails saying it cant find "SERVICE_DATABASE_URL" which is my db url. below is my dockerfile
FROM python:3.11

WORKDIR /app

COPY . /app

RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 8001

ARG SERVICE_DATABASE_URL
RUN echo $SERVICE_DATABASE_URL


RUN alembic upgrade head

CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8001"]
FROM python:3.11

WORKDIR /app

COPY . /app

RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 8001

ARG SERVICE_DATABASE_URL
RUN echo $SERVICE_DATABASE_URL


RUN alembic upgrade head

CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8001"]
7 replies
RRailway
Created by Krøn on 12/6/2023 in #✋|help
Client Side Error when creating a project from a template
No description
10 replies
RRailway
Created by Krøn on 11/12/2023 in #✋|help
EOF and Couldnt find ICU Package when make an api call
No description
24 replies
RRailway
Created by Krøn on 11/3/2023 in #✋|help
i cant see button to invite members to my project
No description
10 replies
RRailway
Created by Krøn on 10/31/2023 in #✋|help
how can I export my Postgres db
If I want to export my railway database does railway provide a way to do that or will I have to use other methods
6 replies
RRailway
Created by Krøn on 3/22/2023 in #✋|help
Django 503 after deploy (build successful)
Whenever i deploy my Django app and build is successful occasionally if i try to access it i get a 503 for a couple of minutes before it finally shows, does anyone know what's the issue?
23 replies
RRailway
Created by Krøn on 11/19/2022 in #✋|help
Deploy organization github repo on railway
Im trying to deploy my organization's frontend repo but because its technically not a repo on my github i cant access it. Please how do i solve this
8 replies
RRailway
Created by Krøn on 11/18/2022 in #✋|help
React + Vite DeprecationWarning for OutgoingMessage.prototype._headers
I created a new react project using the React + Vite template, when i run npm start and go to my browser i get DeprecationWarning for OutgoingMessage.prototype._headers and the webpage wont be loading, does anyone have any fixes?
47 replies
RRailway
Created by Krøn on 10/23/2022 in #✋|help
Railway not detecting my github latest merge
I just merged a branch to my main branch but railway isn't building and deploying like it cant detect it. I refreshed a couple of times and I checked my github it has been successfully merged. where is the issue?
8 replies
RRailway
Created by Krøn on 10/20/2022 in #✋|help
Django static_files not loading
after deployment my staticfiles arent loading, i have tried collectstatic but its still not working. im using django rest framework
1 replies
RRailway
Created by Krøn on 10/20/2022 in #✋|help
Django website using railway template crashes after first commit
3 replies