wannarock303
wannarock303
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
Thank you for your help.
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
understood
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
Prod is up! Yes, resolved. Thank you!
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
So if I leave those settings blank in the deployment settings, then the deploy will look for standard scripts like "start" and "build"?
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
I get where you were going with replacing actual "start"
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
BTW ... we missed a "." in the start script . lol it's actually 'node .output/server/index.mjs'
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
1. build command is nuxt build --- it is 2. start command is node output/server/index.mjs --- which it now is in a script entry I called "prodserve" in my package.json 3. "make sure you set these commands in the scripts portion of your package.json" -- exactly what is in 1 & 2 above 4. is it just the clearing out of the start and build commands? - I cleared out the npm run start entry and replaced it with prodserve
However my last test build succeeded and the site is running. I'll try that in prod.
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
?
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
okay create a script with the line you indicated above "prodserve": "node output/server/index.mjs" in my package.json . and updated my deploy setting for the "Start Command" to be "npm start prodserve" pushing develop to get the deploy triggered in my test env.
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
Okay I will try that now ...
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
what I don't get is why the site was deployed and running fine. And three hours later it crashes and I start seeing these problems. It's been live on Railway for over a month with no changes to deployment.
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
.... looking now too
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
Thanks for helping. We have an event running and people can't access our event page. 😦
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
my first nuxt3 app so maybe I'm wrong.
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
I'm running 3
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
And no nuxt start starts the server for production as well.
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
hmmmmm And it's the same issue in prod. but my node_env is set to production ... I'm looking again at my node deployment.
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
I'm runnign this in my test environment right now. I'll check prod ...
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
I have tried redeploying and this is what I'm seeing in logs.
40 replies
RRailway
Created by wannarock303 on 8/26/2023 in #✋|help
deploy logs say nuxt "start" is an unknown command. Production and development sites both crashed.
I pushed a navigation bugfix and everything was working beautifully as of ... 3 hours ago. My test users came back and gave production a green light. I have been referencing pages on prod since then. At just about an hour ago, the site started looking weird and then crashed.
40 replies