Nextjs application publishing errors with iis
Good morning, I created an app with iisnode and did all the configuration, but when I try to view it, I get my code from “server.js”…
Nextjs application publishing errors with iis
Good morning, I created an app with iisnode and did all the configuration, but when I try to view it, I get my code from “server.js”…
how to deploy standalone nextjs project to iis with iisnode
I previously deployed the app by running npm run build
and copied the .next, public, node_modules and the following server.js to the deploy folder.