has been deployed correctly, the error occurs when starting with the command npm run start:prod
Hey there
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
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.