Railway

R

Railway

Hang out with other likeminded developers & talk about all things https://railway.app on the Railway Community Server.

Join
DDiemax5/13/2024

My database in Railway change my data

Hi! I have a project working in Railway with the backend and Database in MySQL, the problem it's... My program sends to the database a date, but it date when is creates in the database MySQL of Railway, is the last day. For example, today is 2024/05/13, well if I create a data in the database, my database save the data like 2024/05/12. I thought than was a problem of FrontEnd, but no, because when I make a SELECT in the database from DBeaver, it shows me with the date of today. Please if there is a person than knows like fix this, thanks!!...
Solution:
Railway's databases follow best practice, which is to save any timestamps in the UTC time zone
NNoah5/13/2024

cannot connect to github

I've disconnected github from my old account and deleted that account as well. But when i try to connect my new railway account to my github I get this message (see image)
Solution:
Hi @Noah, Christian from the Railway team here 👋 Given you're having trouble connecting your Discourse account with Help Station, please head over to https://help.railway.app/ and create a private thread there. Refer to this thread and make sure to include the GitHub login you're trying to connect and we can help you.
No description
Bbarnabynagy5/13/2024

Install Sendy

Any one can help me install Sendy on my railway? https://sendy.co/ Can anyone confirm that can be done? It says "Apache/Linux based web hosting server." Not sure what environment needs to be installed first to install sendy?...
CKCara Kessler5/13/2024

Encrypted Env Vars

I am CTO of a company (Trayd) and our app is hosted on railway. As we add more employees, we need a way to either have permissions such that they cant see the env vars, or to encrypt the env vars. Is this possible? If not possible, is it on the roadmap? Unfortunately, if this isnt possible, we will need to move our app off Railway 😦
Solution:
Environment variables are encrypted, but there is no way to limit what variables your team members can and cant look at
Jjoaoestrela935/13/2024

An error occurred while loading the typebot.

Hello, I have this problem with type bot, can anyone tell me the problem? "Unable to access this siteThe https://viewer-production-2436.up.railway.app/bot-novo-liberado-gratuito page may be temporarily unavailable or may have been permanently moved to a new web address. ERR_ADDRESS_INVALID" This message is appearing Can help me ?...
EŠemkeUshemi5/13/2024

My app has been successfully built, but it doesn't work when I try to open it up.

As the title says, I've successfully built client and api for my new project everything is good in my consoles on railway, but when I try to open up my app, I get an error "Application failed to respond" project id: 116e0291-0b86-4a06-b492-1985abc6f7c4...
Solution:
https://github.com/brody192/vite-react-template copy the nixpacks.toml and Caddyfile from this repo into yours, I know it says react but that doesn't matter...
SSlashiy5/13/2024

Unhandled expection using .NET 8

Hi, So I'm currently trying to deploy a C# project that uses .NET 8. But I'm getting this error. Now I know it might not be the correct place to ask this. ...
Solution:
try writing a quick Dockerfile
No description
PPolpOnline5/13/2024

Can I use `mold` as a linker for my Rust project?

This is more of a nixpacks question, but how do i use mold as the Rust linker in my project, currently linking takes ages
Solution:
tried both mold-wrapper and mold-wrapper and it didn't work, now i tried regular mold and it worked, thanks!
CCatspin5/13/2024

when will i get my referal credits?

when will i get my referal credits?
Solution:
You get referral credits when the people you referred to Railway spends money on Railway
Ooat.lpk5/13/2024

GraphQL Severity Filter

Hello! Does anyone know how to filter for severity:error on GraphQL? (its the @level:error in the railway dashboard, or any other severity) I've tried a few combinations like filter: "@severity:error" or filter: "@level:error" none of which seems to work....
VValeriuV5/13/2024

DNS and subdomains

Hello! I have a django app with multiple tenants and have issues with public networking. I have the website on the root domain fleetdata.pro and multiple tenants on *.fleetdata.pro. ...
Solution:
I would instead suggest using cloudflare's nameservers with the orange cloud enabled, that way your root will actually be an A type and you won't have anything conflicting
KKübra5/13/2024

Railway and Flowise

I am trying to host my own flowise interface from the railway app but when I click on the link, it says that there is nothing here yet...
Solution:
keyword: yet
Rrpuls5/12/2024

Upstream repo, check for updates not working consitently?

Hello, I just updated my upstream repo that my template is using in two services. At first I used the "check for updates" in both services and updated them to latest, I then had a build error and had to push a new fix, however, since that the "check for updates" fails to find ny new commits. What can I do? I have seen this before in other project where it did not work at all when I pushed, but I have some hopes here since it did work the first time just 10 minutes ago. 🙏
No description
Rromeo5/12/2024

Running multiple services in a monorepo at once using `railway run`

I have a turborepo with multiple apps (a next.js app, a fastify app and several node.js workers). I have a command (bun dev) that allows me to run all of these 5 apps in development mode at the same time. When using railway run I must select a service and railway is kind enough to handle all of the env vars for me. But in this situation my services all require access to different env vars. Is there an easy way to setup the env vars for all of the services in a single place so I can then use...
Solution:
while it may not be the most elegant solution, you could add another empty service to your project that would act as a hub using reference variables to bring all the variables into a single service, then you would link to that service
FTFabián Torres5/12/2024

How to connect an application or project to a subdomain?

How to connect an application or project to a subdomain, can you help me? I already tried varying things from YouTube videos and nothing
KKvasir5/12/2024

Is there a way to force redeploy if the last one was older than X days?

I usually limit redeploys based on watch patterns in a railway.toml file, but I would like to automatically force a redeploy if the last one was more than X days ago. Is there a straightforward way to accomplish this?
Solution:
yep you would need to programmatically call that mutation
DDhananjay5/12/2024

Express APP doesn't work with custom cloudflare domain

Solution:
Sorry for late response , I got it fixed issue was from my side , The code requires Node20 At least and the urls were crashing the server as they were calling that function
No description
VVincentDavis5/11/2024

pip does not find newly deployed/updated package.

I have a project that depends on cycling-dynamics==0.0.9 but when the install runs it only find versions up to 0.0.7 I think I need to use pip --no-cache-dir How would I define this in the build script?...
Yyavuz5/11/2024

cdn questions for media

Project ID : dba6cd6e-5ea1-494c-b77f-81377e24fbde Hello everyone, I have been a hobby plan subscriber before, then I tried my already purchased server on A2 hosting with my project. It seemed very limited compared to what I had here. Now I am back....
Bbrudi_völler5/11/2024

Help with IPv6 Rotation

Can someone maybe help me to setup ipv6 rotation for one of my deployments on railway? Is it even possible to set this up? 🙂