You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create simple nuxt app and deploy it to Azure Web App on Windows IIS with Node server.
Describe the bug
Nitro create web.config when build contains preset iis-node. But web.config doesn't include json mime types so server returns error 404:
Is there a way to add mime type for iis setting in nuxt.config.ts?
Additional context
No response
The text was updated successfully, but these errors were encountered:
Environment
Node 18.
Nuxt 3.15.1 with Nitro 2.10.
Azure Windows, iis_node web app.
Reproduction
Create simple nuxt app and deploy it to Azure Web App on Windows IIS with Node server.
Describe the bug
Nitro create web.config when build contains preset iis-node. But web.config doesn't include json mime types so server returns error 404:
Is there a way to add mime type for iis setting in nuxt.config.ts?
Additional context
No response
The text was updated successfully, but these errors were encountered: