Mustafa
Mustafa
RRailway
Created by Mustafa on 8/4/2024 in #✋|help
App suddenly Keep crashed !
Our app suddenly keep crashed Error: EMFILE: too many open files, watch '/app/apps/main-app/src'
12 replies
RRailway
Created by Mustafa on 7/23/2024 in #✋|help
railway changes node version .
I've a docker file that require node 18.19.1 but when run with railway it changes to 18.20.2 which cause errors in build
19 replies
RRailway
Created by Mustafa on 2/20/2024 in #✋|help
no such file or directory, open '/root/.cache/node/corepack/lastKnownG
I am getting this error "0.448 Internal Error: ENOENT: no such file or directory, open '/root/.cache/node/corepack/lastKnownGood.json'" in build logs.
17 replies
RRailway
Created by Mustafa on 2/4/2024 in #✋|help
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
RRailway
Created by Mustafa on 2/3/2024 in #✋|help
Application Not respond despite the deploy log is "server is running on port 5500"
using custom domain (and setup custom domain is completed without any issues)
7 replies
RRailway
Created by Mustafa on 1/4/2024 in #✋|help
Action Required: Migrate Database
No description
16 replies
RRailway
Created by Mustafa on 11/9/2023 in #✋|help
Can I access railway server using ssh ?
Can I access railway server using ssh ?
5 replies
RRailway
Created by Mustafa on 10/19/2023 in #✋|help
nextjs absolute imports not working !!
Hello, I've an absolute paths in my tsconfig
"baseUrl": ".",
"paths": {
"src/*": ["./*"],
}
"baseUrl": ".",
"paths": {
"src/*": ["./*"],
}
when I am trying to import that inside my code all imports are undefined e.g
import fn from "src/fn"
fn.check(); // this will fail and throws error that fn is undefined
import fn from "src/fn"
fn.check(); // this will fail and throws error that fn is undefined
how ever if i am trying to import as
import fn from "../fn"
import fn from "../fn"
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 advance
4 replies
RRailway
Created by Mustafa on 10/19/2023 in #✋|help
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
RRailway
Created by Mustafa on 10/13/2023 in #✋|help
Hello, I Have a private npm registry, and I build app and deploy via github workflows and railway up
I can build successfully in github, but railway builds is trying to build again. and it failed since I can't create .npmrc file before installtion. any help about that ?
8 replies