Ryan!
Ryan!
RRailway
Created by Ryan! on 6/4/2024 in #✋|help
Postgres ssl cert - non-self signed available?
No description
20 replies
RRailway
Created by Ryan! on 5/22/2024 in #✋|help
Intermittent WORKER TIMEOUTS -- appear like a client hanging up
No description
43 replies
RRailway
Created by Ryan! on 4/16/2024 in #✋|help
CORS Policy problem with backboard.railway.app/graphql
I'm getting a CORS error in my console when using the Railway dashboard.
Access to fetch at 'https://backboard.railway.app/graphql/internal?q=variables' from origin 'https://railway.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Access to fetch at 'https://backboard.railway.app/graphql/internal?q=variables' from origin 'https://railway.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Am I doing something wrong? I think of CORS as something to be set in your server config.
44 replies
RRailway
Created by Ryan! on 12/7/2023 in #✋|help
Redeploy on variable change failing
No description
8 replies
RRailway
Created by Ryan! on 8/30/2023 in #✋|help
"Waiting" to deploy for 18 hours? Am I doing something wrong?
47 replies
RRailway
Created by Ryan! on 6/5/2023 in #✋|help
Postgres connection issue in production environment, can connect manually
django.db.utils.OperationalError: connection to server at "containers-****.railway.app" (IP), port 6815 failed: Connection timed out
Is the server running on that host and accepting TCP/IP connections?
django.db.utils.OperationalError: connection to server at "containers-****.railway.app" (IP), port 6815 failed: Connection timed out
Is the server running on that host and accepting TCP/IP connections?
My staging app is running just fine, but my production enviroment can't connect to its postgres. I am able to log into the postres with railway shell; python manage.py dbshell. I've rebooted the DB a couple times and reset the credentials and redployed. I'm not sure how to proceed besides tearing down the whole DB, which seems like a painful last resort.
11 replies