Hugo Tessera
How to manually upload a file directly to a service?
Hello, we have a sensitive file (certificates) that we want to deploy into one of our services but we don't want to go through GitHub. Is there a way to manually upload a file to a service?
9 replies
Build failing NextJS App
Hello, since yesterday, we cannot build our NextJS due to
Build failed because of webpack errors
We have tried building locally but we cannot replicate the issue we face on railway.
Before yesterday, no issue at all.
Can you help us investigate ?8 replies
Is there a way to restrict a team member from taking actions in a specific environment?
In a nutshell:
- I am using Pro Plan
- I have 3 environments in my project:
dev
, staging
, prod
- In railway, we have a team of 3 persons: 1 admin, 2 members
Is there a way to prevent team members from performing certain actions in the prod
environment (e.g., changing the repo branch, updating the start command)? On other env, they can have full access10 replies
Getting error while trying to write to Redis.
Hello, I am getting the following error when trying to write to redis:
MISCONF Errors writing to the AOF file: Read-only file system
After restarting Redis, it works fine, but I would like to understand what happened.
Any idea?8 replies
Pro plan RAM & CPU question
We are currently on PRO Plan and would like to clarify some points regarding resource allocation and management.
Specifically, we have 2 questions:
1. How can we set fixed amounts of CPU and RAM for each of our environments?
2. Is there a way to prioritize resource allocation for our production environment?
We currently have 32GB RAM and 32 CPU cores available and need to optimize their allocation across four different environments, prioritizing production.
Thanks
11 replies
How to monitor my Postgresql DB with New Relic?
I have a Postgresql instance deployed with railway that I would like to monitor with New Relic but I cannot find the way to install the install the new Relic agent. Is there anyone that could help ?
7 replies
Redirecting to a Root Domain (Google Domain)
I have a NextJS app deployed on railway and I would like to set up a custom domain to access my app from my google ROOT domain.
I can redirect my app to
https://www.mydomaine.com
, but not to https://mydomain.com
Any idea how to proceed?7 replies
Deployment Failed during build process NextJS APP
Hello, I am getting this error while trying to deploy my latest updates:
ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn install --frozen-lockfile" did not complete successfully: exit code: 1
Error: Docker build failed
19 replies