valerie phoenix
valerie phoenix
RRailway
Created by valerie phoenix on 6/2/2024 in #✋|help
regenerate DB password
Hi wanted to know if there was a way to regenerate database passwords without making a new database
6 replies
RRailway
Created by valerie phoenix on 1/8/2024 in #✋|help
Firewall questions
Hey Just had a question about how the lack of firewall feature in the UI. I'm used too being able to add different APIs that I want to access an api from set urls. But I can't find a straight forward way to do this from the UI here. Is railway doing something to protect the code so outsiders can't get access to the servers?
6 replies
RRailway
Created by valerie phoenix on 10/23/2023 in #✋|help
How do I uninstall package after build?
Hey so I have a project that the pip files are out of sync which is now breaking one of my builds. I need to run a command to pip uninstall jwt and then pip install pyjwt. Can someone point me into the right direction to do this?
15 replies
RRailway
Created by valerie phoenix on 8/7/2023 in #✋|help
Database connection issue
I'm not sure what happened, but my dev environment went down and when I added a payment and brought it back up I'm not able to connect to my database despite having the right connection info.
22 replies
RRailway
Created by valerie phoenix on 7/26/2023 in #✋|help
redis logging & connection issue
I've been able to connect my Django celery app to the deployed version of Redis but none of the tasks are is running when they supposed to. I can't even get the logging to pop up.
5 replies
RRailway
Created by valerie phoenix on 7/25/2023 in #✋|help
Redis Django Celery
Hey ok, so I've been able to have the app connect to Redis but but I'm not seeing any logging nor am I seeing any of my tasks running. Wanted to check in to see if there's something I'm missing with getting this to work.
11 replies
RRailway
Created by valerie phoenix on 7/25/2023 in #✋|help
Redis Django setup
I'm using celery and redis for my Django project set up but I'm not sure how to get them connected on railway. Can anyone point me in the right direction?
5 replies
RRailway
Created by valerie phoenix on 10/12/2022 in #✋|help
Payment verification not working
I'm looking to add a card to my account, but each time I try I get an error saying my card was declined but the $1 charge hits my account. Is there anything I can do to fix this?
59 replies
RRailway
Created by valerie phoenix on 10/10/2022 in #✋|help
Django Build taking hours
I pushed up some old code in a side project that broke my build some how. Every time I try to run it, get's stuck on this part of the build and never starts to deploy. Does anyone know how to point me in the right direction to fix this? Project info: I'm using django, with postgress DB. Project ID: dc5cf0ce-0bcc-4ac0-8f95-566987aae101 #13 1.368 [2022-10-10 20:38:54 +0000] [1] [INFO] Starting gunicorn 20.1.0 #13 1.368 [2022-10-10 20:38:54 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1) #13 1.369 [2022-10-10 20:38:54 +0000] [1] [INFO] Using worker: sync #13 1.373 [2022-10-10 20:38:54 +0000] [10] [INFO] Booting worker with pid: 10
11 replies