Trying to figure out how to share volume with 2 services
i’m not familiar with that, And I think it’ll be better worth the time to just set this up on a vps. I hope one day they add support for shared volumes
Trying to figure out how to share volume with 2 services
Is it planned for anytime soon? I'm going to have to stop using railway for this project if I can't figure this out. And i was really looking forward to hosting this on railway
Next.js InvalidUrl error when I change the domain name
Basically I'm using next-auth and when node.js ran new URL ( public endpoint) without the https:// in front, it errored out. I added it and now I'm getting a weird error with nextauth.
[auth][error] UntrustedHost: Host must be trusted. URL was: https://streaksaver.up.railway.app/api/auth/providers. Read more at https://errors.authjs.dev#untrustedhost
at /app/.next/server/chunks/361.js:393:48353
at iZ (/app/.next/server/chunks/361.js:393:51024)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:36258
at async eR.execute (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:26874)
at async eR.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:37512)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1377:42)
at async cacheEntry.responseCache.get.routeKind (/app/node_modules/next/dist/server/base-server.js:1599:28)
[auth][error] UntrustedHost: Host must be trusted. URL was: https://streaksaver.up.railway.app/api/auth/providers. Read more at https://errors.authjs.dev#untrustedhost
at /app/.next/server/chunks/361.js:393:48353
at iZ (/app/.next/server/chunks/361.js:393:51024)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:36258
at async eR.execute (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:26874)
at async eR.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:37512)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1377:42)
at async cacheEntry.responseCache.get.routeKind (/app/node_modules/next/dist/server/base-server.js:1599:28)