whatsmynameagain
whatsmynameagain
RRailway
Created by whatsmynameagain on 9/2/2024 in #✋|help
PER(ts)N project deployment error: npm ERR! path /app. I don't know why "app" is here
Ahh the error is gone!! Thank you so much Brody!! I spent almost a day on this alone, but you just pointed the errors out within minutes, you are amazing!!!
18 replies
RRailway
Created by whatsmynameagain on 9/2/2024 in #✋|help
PER(ts)N project deployment error: npm ERR! path /app. I don't know why "app" is here
sorry do you mean set it to "npm run start && node dist/server.js"
18 replies
RRailway
Created by whatsmynameagain on 9/2/2024 in #✋|help
PER(ts)N project deployment error: npm ERR! path /app. I don't know why "app" is here
"scripts": { "test": "jest", "start": "node dist/server.js", "build": "tsc" }, I run npm run build, then npm run start
18 replies
RRailway
Created by whatsmynameagain on 9/2/2024 in #✋|help
PER(ts)N project deployment error: npm ERR! path /app. I don't know why "app" is here
wait but the curl works fine now, the whole app works now as well :HAHAHA:
18 replies
RRailway
Created by whatsmynameagain on 9/2/2024 in #✋|help
PER(ts)N project deployment error: npm ERR! path /app. I don't know why "app" is here
No description
18 replies
RRailway
Created by whatsmynameagain on 9/2/2024 in #✋|help
PER(ts)N project deployment error: npm ERR! path /app. I don't know why "app" is here
No description
18 replies
RRailway
Created by whatsmynameagain on 9/2/2024 in #✋|help
PER(ts)N project deployment error: npm ERR! path /app. I don't know why "app" is here
The build stage was fine, only in the deployment stage. btw I try to use curl to make a GET request, it returns with an error 502 Application failed to respond. It was fine when running locally too.
18 replies