Mustafa
Specific docker file works as expected locally, but in railway it fails (Turbo Monorepo PNPM )
Environments
Turbo Repo (PNPM Workspace)
Specific docker file works as expected locally, but in railway it fails. I've added the variable path to variables RAILWAY_DOCKERFILE_PATH=Dockerfile.MAIN
testing this locally works as expected using this command
docker build -t mainapi --progress=plain . -f Dockerfile.MAIN
But in build logs. i got unexpected error like missing paths ERROR in ../../packages/auth/src/lib/user/user.service.ts 12:15-37
25 replies
nextjs absolute imports not working !!
Hello, I've an absolute paths in my tsconfig
when I am trying to import that inside my code all imports are undefined e.g
how ever if i am trying to import as
this will work !
i think this issue is related to railway server itself since code works as expected in differnet servers and platforms except
railway
any help about that will be appreciated
thanks in advance4 replies
why I am facing weird javascript errors on railway servers ?
I am facing weird JS errors only on railway servers ??
it works on production locally, and in other cloud providers.
I tried different node versions but still the same issue!
seems you're building apps and run it in different ways !! that won't make our app works as expected!
32 replies