nova
nova
RRailway
Created by nova on 11/21/2023 in #✋|help
Is there any way to have access to AWS cli within railway?
We have some self hosted Python packages in AWS and part of the build process is to retrieve a token from AWS, which will then be used to install our private packages. We use the AWS cli for this - is there any way in which we can access the AWS cli within railway?
10 replies
RRailway
Created by nova on 11/21/2023 in #✋|help
How does a 'self hosted server' actually integrate with railway?
The documentation for a "Self Hosted Server" seems to be pretty sparse: https://docs.railway.app/deploy/integrations#self-hosted-server I am looking for a way to be able to deploy my application on my own VPS but still link it to railway and make use of railway features such as easily being able to monitor logs and stop and start the project etc. Is functionality something that is offered by railway?| I have installed the railway cli and logged into it. Then, I've linked the self hosted project with an empty service project in railway. I have then run the railway run command followed by the start command for my application and my application launched fine, but on the railway web app there doesn't seem to be any logs being sent across or any sign that the self-hosted application is linked.
11 replies
RRailway
Created by nova on 7/26/2023 in #✋|help
If a build fails, is there any way to automatically revert to the last working deployment?
As per title
5 replies
RRailway
Created by nova on 6/1/2023 in #✋|help
Cannot read properties of undefined (reading 'map')
I got the following error from the Build Logs tab:
Pushing [==================================================>] 2.265GB e11d0c031bf3
Pushing [==================================================>] 2.266GB e11d0c031bf3
Pushing [==================================================>] 2.268GB e11d0c031bf3
Pushing [==================================================>] 2.27GB e11d0c031bf3
Pushing [==================================================>] 2.271GB e11d0c031bf3
Pushing [==================================================>] 2.272GB e11d0c031bf3
Pushed e11d0c031bf3
8e2d07a6-b8fc-466f-832e-5b3cdf278d28: digest: sha256:ee23147f763670e129a3c384d1744a9737fa8b9a0eb3d0fb11318ee1da3c92fc size: 2423

Publish time: 110.78 seconds

=========================
Container failed to start
=========================

Cannot read properties of undefined (reading 'map')

Pushing [==================================================>] 2.265GB e11d0c031bf3
Pushing [==================================================>] 2.266GB e11d0c031bf3
Pushing [==================================================>] 2.268GB e11d0c031bf3
Pushing [==================================================>] 2.27GB e11d0c031bf3
Pushing [==================================================>] 2.271GB e11d0c031bf3
Pushing [==================================================>] 2.272GB e11d0c031bf3
Pushed e11d0c031bf3
8e2d07a6-b8fc-466f-832e-5b3cdf278d28: digest: sha256:ee23147f763670e129a3c384d1744a9737fa8b9a0eb3d0fb11318ee1da3c92fc size: 2423

Publish time: 110.78 seconds

=========================
Container failed to start
=========================

Cannot read properties of undefined (reading 'map')

4 replies
RRailway
Created by nova on 5/30/2023 in #✋|help
How to redeploy services after they were removed due to running out of credits
As title.
15 replies
RRailway
Created by nova on 5/24/2023 in #✋|help
ERROR: failed to solve: process "/bin/bash -ol pipefail -c python -m venv /opt/venv && . /opt/venv/b
Error: Docker build failed
49 replies
RRailway
Created by nova on 5/24/2023 in #✋|help
How to figure out what my PYTHONPATH environment variable should be
I am getting a ModuleNotFoundError: No module named. I do not have this problem when running the applicaiton through Pycharm or through the terminal. I believe I have it in railway, because the sys.path on Railway is different from that on my own machine. How do I figure out the directory dtructure in a deployed railway application so I can modify the PYTHONPATH environment variable in Railway.
20 replies
RRailway
Created by nova on 5/1/2023 in #✋|help
How to view Deploy logs around a searched term in Railway
11 replies