Questions tagged [railway]
101 questions
0
votes
1 answer
Nodejs MySQL : TypeError: Cannot read properties of undefined (reading 'length')
I have deployed my Node.js project on Railway using GitHub. The app is deployed successfully with the remote MySQL database. Just after deployment the app works fine and database is queried successfully but when the app is left idle for sometime and…

Tushar Rusia
- 21
- 3
0
votes
0 answers
How do I install ffmpeg inside Railway
Well, when I try to run the command it just doesn't return anything (note: it doesn't print anything after the command is finished)
Here's all my code (discord.js)
function run(interaction, client, slash) {
const [file, rnum] =…

miguel
- 26
- 3
0
votes
1 answer
ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory
I am trying to deploy my Django project that uses React on the frontend inside Django app to railway. The app was deployed on Heroku before but after adding a whisper package from openAI the slug size became too big to use it there so I opted to use…

IonicEcommerce
- 69
- 8
0
votes
1 answer
Assets not compiling in Rails
I am running rails 6, and I have an application is working fine on my local, but when I tried to update the new version to the remote (railway), it doesn't build.
I've been in this issue for very long time, I've tried many work arounds, such as…
0
votes
1 answer
Flutter application is not showing remote view while joining the Agora Channel for video calls
I am developing an application in which user can contact each other via video calls. I have setup my server on railway by following the Agora documentation. If anyone has any suggestions or know what I am doing wrong please do let me know. I have…

Ayesha Iftikhar
- 358
- 3
- 13
0
votes
0 answers
Why I can't connect two containers between each other in railway.app?
I have a microservices architecture with 6 containers. One of them is the back (a server in python with asyncio) that is running in the address 0.0.0.0:1234 -> the host is '0.0.0.0' to be public.
And I have another microservice in Node JS, it is a…

Gaston Fenske
- 11
- 1
0
votes
0 answers
How to fix is your app correctly listening on PORT on railway
When i try to deploy my laravel project on railway i get page with this error "is your app correctly listing on $port"when i visit my domain ,,,
I use this env's…

Skrat Gh
- 11
- 3
0
votes
1 answer
Railway app not able to install when deploying NestJS application
I am trying to deploy a NestJS application on Railway.
I am using NPM as my package manager.
I have explicitly defined a run command and a build command in the project settings.
Whenever I try to deploy the project, I get the following error.
#13…

Kristoffer Tølbøll
- 3,157
- 5
- 34
- 69
-1
votes
1 answer
How can I resolve this module error when deploying my Flask project in Railway?
I'm trying to fix this error that I receive when my Flask project gets built in Railway.
#11 8.037 Downloading MySQL-python-1.2.5.zip (108 kB)
#11 8.071 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.9/108.9 KB 3.3 MB/s eta 0:00:00
#11 8.085 …

julcodecode
- 83
- 6