chris_mansfield
chris_mansfield
RRailway
Created by chris_mansfield on 2/6/2024 in #✋|help
Connection refused
I have been running a web app successfully on Railway for some time. This morning I got a Server Error 500 when I navigated to the site. I tried running the development server and received the following error: django.db.utils.OperationalError: connection to server at "containers-us-west-51.railway.app" (35.230.73.152), port 6509 failed: Connection refused (0x0000274D/10061) Is the server running on that host and accepting TCP/IP connections? I haven't changed any settings and there are no messages on Railway indicating issues. I tried restarting but to no avail. Please advise Chris
8 replies
RRailway
Created by chris_mansfield on 10/17/2022 in #✋|help
Django app continually crashes on deployment
I'm trying to deploy a Django app with a PostgreSQL database. I set up the database first and it worked fine with my project on localhost. However, the build on railway continually crashes. I've tried several different versions of settings.py in an attempt to get the thing to work but without success. Project url = https://railway.app/project/c48d6936-0d11-4a4b-9c12-60d29a447416
11 replies