I want to deploy my nuxt.js project on a windows server, plesk
shared web host.
I have done the following steps:
- I have build project using 'node_modules/nuxt/bin/nuxt-start'
- copy .next folder to httpdocs folder in server
- copy 'nuxt.config.js' to httpdocs folder
- copy 'package.json' to httpdocs folder
- deleted web.config file
- In the field Application Startup File you have to put node_modules/nuxt/bin/nuxt-start
- installed npm packeges on server
but it does not run on the server and I get the following error:
This site can’t be reached
what is wrong?
What are the correct steps to deploy nuxt
project on plesk
?
Thank you