report this error with pm2 logs main startup, but netstat-anp | grep port 80 is not occupied
report this error with pm2 logs main startup, but netstat-anp | grep port 80 is not occupied
restart
check it out pm2 logs main
if you don't scream more than 1 million times.
Previous: Urlrewrite does not work. Two domain names point to the same project under the same IP.
Next: How does mybatis match the year, month and day of the date field?
the default route is app.use (nuxt.render); the display effect is 127.0.0.1virtual 3000 but I want 127.0.0.1:3000 admin how should I change it? app.use ( admin ,nuxt.render) will report the file under _ nuxt if it is used in this way. how...
suppose the pages directory of nuxt project has index.vue , home.vue , admin.vue pages. visit localhost:3000 , and Network in the console will load admin together. Is there any way not to load it? Thank you. Thank you ....
the API requested by nuxt.js in asyncData is cross-domain, which causes the page request to fail and the application cannot open created the interface address is forwarded with nignx, and the domain name used is added with the address to find a ...
npm err! Code ELIFECYCLE npm err! Errno 3221225725 npm err! Kr-vue@1.0.0 dev: cross-env NODE_ENV=development node server index.js npm err! Exit status 3221225725 npm err! npm err! Failed at the kr-vue@1.0.0 dev script. npm err! This is probably ...
Can the nuxt.js+koa page get asynchronous data only by requesting an interface in asyncData? Can replace data directly from the server to HTML in the form of a template? in the form of node+ejs, if you can only request data through an interface, doesn ...
report an error under ie9 [nuxt] the Error while initializing app TypeError: object does not support the "replaceState " property or method so that subsequent operations cannot be completed under ie ...
problem description I m going to get the token parameters stored in cookie in middleware No problem was found in the local test, but after uploading to the official server for a period of time, I found that some users had the same token . after ch...
is there anyone else who goes home for the Spring Festival? my directory structure is like this routerlocalhost:3000 front....front.vue ...
I need to get the data before vuex instantiation, and I need to request the background. then copy the data to vuex.state in vuex so that the page can get it directly after vuex instantiation. how does nuxt get data before vuex instantiation? ...