annndddy

Results 3 comments of annndddy

create a new project using npx nuxi@latest init nuxt3.7.0 https://github.com/annndddy/nuxt3.7.0 yarn run build and deploy the .output server.js web.config to the azure app service use browser to access the page...

@tolgahanbeyazoglu currently i edit .output/server/server/chunks/nitro/node-server.mjs before deploy to fix the problem

@tolgahanbeyazoglu @fabianwohlfart i using @fabianwohlfart idea to use the NITRO_UNIX_SOCKET by create a nitro plugin to set the value and it works now nitroPlugins/unixsocket.ts ```ts export default defineNitroPlugin((nitroApp) => {...