Nate
Nate
RRailway
Created by Nate on 8/7/2024 in #✋|help
One of my cron jobs failed with no build or deploy logs at all
How can i fugre out what went wrong?
5 replies
RRailway
Created by Nate on 8/6/2024 in #✋|help
Is railway down?
No description
11 replies
RRailway
Created by Nate on 8/5/2024 in #✋|help
Trying to figure out how to share volume with 2 services
Is there currently a way to share volume between 2 services? I need to be able to create folders programmatically and run an express server with access to a volume but I also need it to be accessible via the Browserless v2 template.
11 replies
RRailway
Created by Nate on 8/5/2024 in #✋|help
Trying to search through logs.
No description
3 replies
RRailway
Created by Nate on 8/3/2024 in #✋|help
Next.js InvalidUrl error when I change the domain name
npm ERR! path /app

npm ERR! command failed

npm ERR! signal SIGTERM

npm ERR! command sh -c next start



npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-08-02T23_21_13_903Z-debug-0.log

TypeError [ERR_INVALID_URL]: Invalid URL

at new NodeError (node:internal/errors:405:5)

at new URL (node:internal/url:676:13)

at iX (/app/.next/server/chunks/361.js:393:47593)

at i2 (/app/.next/server/chunks/361.js:393:53647)

at /app/.next/server/chunks/361.js:393:54657

at h (/app/.next/server/app/page.js:1:14082)

at eh (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:12:134786)

at e (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:12:137671)

at ek (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:12:138145)

at Array.toJSON (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:12:135755) {

input: 'streaksaver.up.railway.app',

code: 'ERR_INVALID_URL',

digest: '3650051894'

}
npm ERR! path /app

npm ERR! command failed

npm ERR! signal SIGTERM

npm ERR! command sh -c next start



npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-08-02T23_21_13_903Z-debug-0.log

TypeError [ERR_INVALID_URL]: Invalid URL

at new NodeError (node:internal/errors:405:5)

at new URL (node:internal/url:676:13)

at iX (/app/.next/server/chunks/361.js:393:47593)

at i2 (/app/.next/server/chunks/361.js:393:53647)

at /app/.next/server/chunks/361.js:393:54657

at h (/app/.next/server/app/page.js:1:14082)

at eh (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:12:134786)

at e (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:12:137671)

at ek (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:12:138145)

at Array.toJSON (/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:12:135755) {

input: 'streaksaver.up.railway.app',

code: 'ERR_INVALID_URL',

digest: '3650051894'

}
I am getting this error when I changed the railway deployment url. Not sure whats causing it. I'm using Next.js v14
11 replies