Troubleshoot Railway


Nothing here


Warning

The free plan has been removed Jul 3rd for new users and Aug 1st for existing users.


It has been running fine for the first 200/500 hours and now it’s gone. Even the project disappeared in Railway.

../../_images/RailwayT12.png

This is usually because you need a Developer plan to run your Nightscout app in Railway.


Restart your app

a) Open the Railway Dashboard and select your project then your app.

../../_images/RailwayT13.png

b) In your web deployments select the current one (top of the list) and in the three dots menu on the right, Restart.

../../_images/RailwayT14.png

b) Confirm Restart. Wait a moment and check your Nightscout site state clicking the URL.
If your site crashes again shortly after, verify your database is not full if you use MongoDB Atlas.

../../_images/RailwayT15.png

Reconnect GitHub to your project

a) Open Railway and click login. Login with GitHub.

../../_images/Railway00.png ../../_images/Railway01.png

b) Select your Nightscout project.

../../_images/RailwayM15.png

c) Select your web app.

../../_images/RailwayM16.png

d) Select Settings and scroll down to Service.
Disconnect your Source Repo with the cross at the end of the line.

../../_images/RailwayT01.png

e) Confirm Disconnect.

../../_images/RailwayT02.png

f) Select Connect Repo.

../../_images/RailwayT03.png

You should be able to select your GitHub cgm-remote-monitor repository.
You have now successfully reconnected your GitHub project to Railway.
If your GitHub repository cgm-remote-monitor was changed (updated for example), your Railway app will automatically redeploy.

../../_images/RailwayM03.png

If you don’t see the picture above: continue below.


g) If you redeployed (deleted and recreated) cgm-remote-monitor in GitHub select Configure GitHub app.

../../_images/RailwayM02.png

h) Select your GitHub account.

../../_images/RailwayT04.png

i) Click Only Select repositories and from the Select Repositories button choose your cgm-remote-monitor Nightscout project. Click then Install & Authorize.

../../_images/Railway08.png

You have now successfully reconnected your GitHub project to Railway.
If your GitHub repository cgm-remote-monitor was changed (updated for example), your Railway app will automatically redeploy.


Cleanup

After several deployment attempts your Railway account might show more than one app. Since there is a 5$ limit to hobby plan before increased billing, depending on how you use it, it is important to make sure you don’t have useless apps wasting CPU time and memory.

Open Railway and click login. Login with GitHub.

../../_images/Railway00.png

If you see more than one (or two if you have a local database) projects on your dashboard, you should delete those unused.

../../_images/RailwayT05.png

Empty projects

You can safely delete empty projects (in red in the picture above).

Select your project then click on Settings.

../../_images/RailwayT06.png

Click on Danger.

../../_images/RailwayT07.png

Then Delete project.

../../_images/RailwayT08.png

Copy and paste the project name in the box below and click Delete.

../../_images/RailwayT09.png

Databases

Before deleting a database you need to check it’s empty.

Click twice on the database project and select Data.

This example below is not an empty database. You need to check it’s not being used by Nightscout before deleting it.
You can see data inside: profile, devicestatus, etc…

../../_images/RailwayT10.png

This example below is empty, you can safely delete it (like shown above for an empty project).
There is no data inside this database. When you pull down the Database tab, there is only test and it’s empty.

../../_images/RailwayT11.png