Error in I have error deploying my app made in NETJS

has been deployed correctly, the error occurs when starting with the command npm run start:prod

Hey there :slight_smile:

What is your build command? The error could indicate that there is no dist folder. So maybe you are not building the project?

1 Like

here my configuration

here error
I have tested the commands from local and it works ok.

Hey there,

Maybe try npm install && npm run build as your build command.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.