cybershizo
How to deploy geoipdate on Railway?
geoipupdate is a program that allows you to get a local copy of an IP database so you can inspect a IP address and get a rough idea of where your users are coming from. It's like a free version of the IP API services
95 replies
Does Railway have a max upload size limit?
I am trying to upload a 256 MB payload to my Go server deployed on Railway using Gin and I am receiving an EOF error. However when I try to upload a 52 MB payload it works just fine. Is there a limit for Railway and can I increase it? I have the Pro plan.
10 replies
User has issue connecting to Railway service from Dominican Republic
I have a user who is trying to connect from DR. No one else seems to be experiencing this issue and I am doing what I can to debug it remotely, but in short I see (failed) when he tries to connect to https://central-universal.up.railway.app/ for example, where I see "ok"
25 replies
Some logs never load
Some instances I can see logs, this one it loads forever https://railway.app/project/2735e0d8-8458-46b3-8998-56ab1d1c4646/logs?filter=%40deployment%3A0b22e706-dea1-442f-ae72-45d81ce1ae7e
129 replies
Connection issues (fixed) and slow deploys (not fixed)
I've been having problems for the last 30 minutes, I tried to restart the DB and flush the data now I tried spinning up a new DB with de facto connection code I use in all my other projects with the new DB and I'm still having problems. Project: https://railway.app/project/bccd1ccf-de59-4a09-89aa-9e9a4f75a3cc/service/eb00af5c-4703-4644-a9e0-4bff24fa92d7?id=5ac95b9d-b0bc-48b8-bcd4-43820c1f236e
143 replies
Ephemeral storage concern
Hi I want to do programmatic NPM publishes using a Railway service I will need to basically use shell commands to write files to disk, possibly pack them, and then programmatically publish using child processes I guess
My question is in the context of a Railway service, during the lifecycle of the service, can I rely on writing to disk? I understand storage is generally ephemeral so it's all scoped to the deploy of a service, so my question specifically is -- during the lifecycle of a deploy can I rely on writing and reading from disk just like a VM? Any caveats or concerns or specific blog posts I should read?
Thank you
47 replies
API intermittent today but no heads up from status site
My API keeps going down but I'm not getting any notifications and I'm not sure the best way to determine this without fing around and finding out?
curl https://iconflex-api.up.railway.app/v1/ping
23 replies