Nico
Nico
RRailway
Created by PrivateScript on 11/6/2024 in #✋|help
Doubts about pricing
You can learn more about reference variables here: https://docs.railway.app/guides/variables#reference-variables :)
459 replies
RRailway
Created by PrivateScript on 11/6/2024 in #✋|help
Doubts about pricing
Heya ! the redis client will use the defaults to connect to a redis server. If you're running a simple redis server locally, the server likely uses all the defaults, therefore it's kinda magic for you. On railway, you would setup a redis service, then in your app's service, you would add a REDIS_URL env variable, and have it references ${{Redis.REDIS_URL}} You're also likely going to need to edit your code to use your env: createClient() becomes createClient(process.env.REDIS_URL). to avoid null issues, you can also do const redisClient = process.env.REDIS_URL ? createClient(process.env.REDIS_URL) : createClient()
459 replies
RRailway
Created by sohcah on 9/2/2024 in #✋|help
Volume Migration Deleted Data
Hey @sohcah, I've gone ahead and added $250 of credits to your team for the trouble caused by the issue. Hope this helps !
38 replies
RRailway
Created by sohcah on 9/2/2024 in #✋|help
Volume Migration Deleted Data
ack, looking into this
38 replies
RRailway
Created by Jose on 8/28/2024 in #✋|help
Problems with the deployment
yea there is a puppeteer dep
32 replies
RRailway
Created by Jose on 8/28/2024 in #✋|help
Problems with the deployment
it's a Dockerfile
32 replies
RRailway
Created by Jose on 8/28/2024 in #✋|help
Problems with the deployment
that might've been me - sorry, we usually ask for permission before running these
32 replies
RRailway
Created by Jose on 8/28/2024 in #✋|help
Problems with the deployment
Hi, can you try running npm install / npm ci with --verbose ?
32 replies
RRailway
Created by Pepijn on 8/16/2024 in #✋|help
Services not loading in Railway dashboard
8 replies
RRailway
Created by lasse on 8/16/2024 in #✋|help
Dashboard is broken
7 replies
RRailway
Created by Nico on 9/9/2022 in #✋|help
disable database access
ty !
4 replies