npmrunstart
npmrunstart
RRailway
Created by npmrunstart on 5/20/2023 in #✋|help
Application failed to respond
Problem solved, should be: nx serve app --hostname 0.0.0.0 --port 5438 --prod 🎉🎉
18 replies
RRailway
Created by npmrunstart on 5/20/2023 in #✋|help
Application failed to respond
Still not working @Brody
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "yarn build app --prod"
},
"deploy": {
"numReplicas": 1,
"startCommand": "yarn start app --host 0.0.0.0 --port ${PORT-3001} --prod",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "yarn build app --prod"
},
"deploy": {
"numReplicas": 1,
"startCommand": "yarn start app --host 0.0.0.0 --port ${PORT-3001} --prod",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
yarn run v1.22.19
$ nx serve app --host 0.0.0.0 --port 5438 --prod
> nx run app:serve:production --host 0.0.0.0 --port 5438
info - Loaded env from /app/packages/app/.env.local
[ ready ] on http://localhost:5438
yarn run v1.22.19
$ nx serve app --host 0.0.0.0 --port 5438 --prod
> nx run app:serve:production --host 0.0.0.0 --port 5438
info - Loaded env from /app/packages/app/.env.local
[ ready ] on http://localhost:5438
18 replies
RRailway
Created by npmrunstart on 5/20/2023 in #✋|help
Application failed to respond
Omg @Brody 😂😂 thank you so much, you saved my night
18 replies
RRailway
Created by npmrunstart on 5/20/2023 in #✋|help
Application failed to respond
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "yarn build app --prod"
},
"deploy": {
"numReplicas": 1,
"startCommand": "yarn start app --prod --port ${PORT-3001} --host=0.0.0.0",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "yarn build app --prod"
},
"deploy": {
"numReplicas": 1,
"startCommand": "yarn start app --prod --port ${PORT-3001} --host=0.0.0.0",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
18 replies
RRailway
Created by npmrunstart on 5/20/2023 in #✋|help
Application failed to respond
18 replies
RRailway
Created by npmrunstart on 5/20/2023 in #✋|help
Application failed to respond
18 replies
RRailway
Created by npmrunstart on 5/20/2023 in #✋|help
Application failed to respond
Thanks @Brody, just tried and still not working
18 replies
RRailway
Created by npmrunstart on 5/20/2023 in #✋|help
Application failed to respond
32545448-aaa5-4244-804b-a690a9ace33d
18 replies