Closed horihiro closed 6 years ago
This issue as been imported as question since it does not respect express-template issue template. Only bug reports and feature requests stays open to reduce maintainers workload. If your issue is not a question, please mention the repo admin or moderator to change its type and it will be re-opened automatically. Your question is available at https://cmty.app/nuxt/express-template/issues/c109.
I confirmed that express-template uses latest of nuxt.js, 2.0 currently.
Hi,
I tried to run this template on Azure Web Apps. But it was failed.
I found that the issue is caused by the Web Apps architecture (e.g. using iisnode and Named Pipe, and restriction of connection to 'localhost' ).
Especially, named pipe (and unix pipe) is not supported by latest(1.4.2) of nuxt.js. It will be supported from this commit of 2.x.
Do you have any plans to change version of nuxt.js?
F.Y.I. I published two repositories. horihiro/nuxt.js is forked from v1.4.2 of nuxt.js to add support of named pipe. horihiro/nuxt-express-azure-webapps is generared by this template, and is added some commits to run on Azure WebApps.