Address should look like [alphanumeric].up.railway.app. You can change the alpha numeric part by editing and just putting Nakadai or your name. To change the full name i added CNAME records on my domain DNS. It has been propagating for 3 days, so not yet sure here but i will know more soon.

[755169]

Reply to this note

Please Login to reply.

Discussion

I see, I did this, but it keeps crashing. I chose my repo to be private. Is that why it crashes?

My repo is set to public. Try that and redeploy.

[775170]

stiill throws me an error:

Node.js v18.14.0

node:internal/fs/utils:347

throw err;

^

Error: ENOENT: no such file or directory, open '/app/resources/default-settings.yaml'

at Object.openSync (node:fs:600:3)

at Object.readFileSync (node:fs:468:35)

at SettingsStatic.loadAndParseYamlFile (/app/src/utils/settings.js:27:57)

at SettingsStatic.loadSettings (/app/src/utils/settings.js:53:39)

at App.createSettings [as settings] (/app/src/utils/settings.js:72:41)

at App.run (/app/src/app/app.js:34:31)

at Object. (/app/src/index.js:33:30)

at Module._compile (node:internal/modules/cjs/loader:1226:14)

at Module._extensions..js (node:internal/modules/cjs/loader:1280:10)

at Module.load (node:internal/modules/cjs/loader:1089:32) {

errno: -2,

syscall: 'open',

code: 'ENOENT',

path: '/app/resources/default-settings.yaml'

}

Node.js v18.14.0

Ah yes. #[5] is working on it, due to his latest update. He will let us know once he tests it himself. I am on the previous version (i can't update yet). He is aware of the issue.

[775170]

This is i believe specific to Railway concerning the Nostream update. Beyond that, it is way outside my skillset!

[775170]

Ahh ok I will wait for the update then.