mykal
mykal
RRailway
Created by mykal on 8/27/2024 in #✋|help
Databases and Applications Unresponsive
Hey all, My databases and applications are unresponsive for two of my projects. Everything looks normal in railway but status checks are failing for all services Getting to my PC now and will get you the project IDs then
13 replies
RRailway
Created by mykal on 8/14/2024 in #✋|help
Cannot Login / View Dashboard
Checked #🚨|incidents but didn't see anything about this. I'm not able to login on my laptop nor my phone. I get through the auth flow, then seem to sit at the dashboard loading shell for awhile, then get spit back out into the login flow. This could also just be an issue with the dashboard and general APIs as the auth flow seems to go through 100% fine The API seems to be throwing back errors as well. All similar to this one for https://backboard.railway.app/graphql/internal?q=me
{
"errors": [
{
"message": "Problem processing request",
"traceId": "<CENSORED - CAN PROVIDE IF NEEDED>"
}
],
... other data
}
{
"errors": [
{
"message": "Problem processing request",
"traceId": "<CENSORED - CAN PROVIDE IF NEEDED>"
}
],
... other data
}
10 replies
RRailway
Created by mykal on 4/7/2024 in #✋|help
NGINX Stale DNS entries for redeployed services
No description
11 replies
RRailway
Created by mykal on 3/9/2024 in #✋|help
Bug in creating template from existing repository
No description
12 replies
RRailway
Created by mykal on 12/15/2023 in #✋|help
Find Legacy Database Services
Hey! I got an email from Railway
We are reaching out to let you know that you have one or more databases on Railway that need to be upgraded to the latest version.
As far as I can tell all my databases have been migrated; I've checked all 7 projects and can't see anything that is on the old services still. is there any way to get a list of what actually does need to be migrated?
9 replies
RRailway
Created by mykal on 10/17/2023 in #✋|help
Service stuck in "Initializing" for 6+ minutes
No description
5 replies
RRailway
Created by mykal on 8/29/2023 in #✋|help
Template variable function ${{ secret() }} broken for new template deploys
No description
13 replies
RRailway
Created by mykal on 8/28/2023 in #✋|help
Template Submission Next Steps
Hey, I made this post over in #⚡|templates but I think it got deleted for some reason? so going to assume it was because it was a help request of some sort. I put together a template for Plausible Analytics on Railway in the template bounty program. I submitted it via the issue for the bounty around 3 weeks ago and haven't heard anything back. I know that the review process takes time, so no worries. I just wanted to make sure that I haven't missed a step somewhere. I've read the template repo README, and it seems like you're just supposed to share your template in the issue when you're done which I have. Is there something else I'm missing? Thanks in advance. References: - The issue for a Plausible template on Railway https://github.com/railwayapp/templates/issues/433 - The template I've created for Plausible on Railway https://railway.app/template/mzYEXO?referralCode=IFlm92 - The template repo I've created for Plausible on Railway https://github.com/MykalMachon/railway-plausible
9 replies
RRailway
Created by mykal on 8/9/2023 in #✋|help
GitHub not loading repositories
12 replies
RRailway
Created by mykal on 7/26/2023 in #✋|help
Exposing Minio API & Browser
I've setup a minio instance using the railway template and am trying to find a way to expose both the webapp and the API to the public internet so I can use minio from my other Railway projects. I've looked through the docs (see https://docs.railway.app/deploy/exposing-your-app) and cannot for the life of me find a way to expose both services simultaneously. The minio API is on port 9000, and the minio webapp is on port 9090. Railway seems to only let you expose one port/service via the PORT environment variable. The template set PORT=9090 meaning the webapp is the only thing exposed by default. Is my only option here to swap that port out for the API port (9000) and lose access to the web admin? Ideally I'd have the option to setup separate domains for each port exposed or just expose more that 80/443. I guess I could also setup an NGINX proxy in the project to do the routing manually as a work around but I was hoping Railway would be able to handle that for me.
12 replies
RRailway
Created by mykal on 6/22/2023 in #✋|help
Application Stuck in "Crashed" State
One of my apps is stuck in a crashed state despite the application running (mostly without issue). Restarting/Redeploying it does not seem to fix the issue. It's also saying it crashed "19 days ago" despite it first crashing around 2 hours ago. Here are some IDs: - Project ID: 054606fa-e614-4ffe-8c28-dcf8ea665ec9 - Service ID: 4d8073ff-002c-47c5-a68d-57fd0bee6668 - Deployment ID: 3ddb1dcc-a737-4213-87b6-fd7e20617d56 Is it possible to get this back to a normal state?
15 replies
RRailway
Created by mykal on 6/22/2023 in #✋|help
"Plugins" Unresponsive (Redis, PostgreSQL)
Both Redis and PostgreSQL became unresponsive a few minutes ago. The "data" tab in both Redis and PostgreSQL was spinning then saying "no tables/no data". I was able to restart Redis but PostgreSQL doesn't seem to be accepting a restart command; just gives a generic error. My project ID is: - 054606fa-e614-4ffe-8c28-dcf8ea665ec9 Postgres is still down. This is affecting produciton so if we could get it back up that would be great!
11 replies
RRailway
Created by mykal on 1/6/2023 in #✋|help
Application timing out
2 replies