Nuxt3 SSR start command
katapult1
HOBBYOP

2 years ago

Hi!
I'm deploying Nuxt project and see in build log

12 25.15 [success] [nitro] You can preview this build using node .output/server/index.mjs

I set start command node .output/server/index.mjs but nothing is happens "Waiting for deploy to finish…"

20 Replies

katapult1
HOBBYOP

2 years ago

6d8213cb-62b9-4e48-9cb2-4f4735eb0c9e


2 years ago

how did you set that start command?


katapult1
HOBBYOP

2 years ago

Like this

1251940586546663400


2 years ago

do you see anything in your deploy logs?


katapult1
HOBBYOP

2 years ago

No, it's empty - Waiting for deploy to finish…


2 years ago

whats the status of the deployment?


katapult1
HOBBYOP

2 years ago

BUILDING
Deployment is in progress


2 years ago

build logs please -


katapult1
HOBBYOP

2 years ago


katapult1
HOBBYOP

2 years ago

Deploy - The API didn't return any log lines


2 years ago

what is your build script


katapult1
HOBBYOP

2 years ago

it's default nuxt build


2 years ago

what do you have for buildModules and build in nuxt.config.ts?


katapult1
HOBBYOP

2 years ago

buildModules: ["@nuxt/typescript-build"],
modules: ["@nuxtjs/strapi"],
build: {
transpile: ["gsap"],
extractCSS: true,
optimizeCSS: true,
terser: {
terserOptions: {
compress: {
drop_console: true,


2 years ago

what node version do you use locally?


katapult1
HOBBYOP

2 years ago

v18.18.2


katapult1
HOBBYOP

2 years ago

sorry. Think problem in my code


2 years ago

have you found out why the build command is not exiting after building?


katapult1
HOBBYOP

2 years ago

Yes, I found a bug in one of my modules that prevented the build from completing. Now everything is fine. Thank you.


2 years ago

awsome!


Loading...