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
After the upgrade from nitro 2.8.1 to 2.9.0 (or 2.9.6) all routes defined in nuxt.config as well as all pages except for the index are resulting in 404 errors when deployed to azure functions. Strangely, also the server routes are working correctly (in my case /api). I cannot reproduce it locally with the azure cli, and running the dev server locally also works. No errors are logged in the azure portal. Hence, I have no idea how to investigate this issue further.
If you have any idea what change could have triggered this, can try it again with a patched version.
Environment
@vee-validate/nuxt@4.12.6, @nuxt/test-utils/module@3.12.0, @nuxtjs/seo@2.0.0-rc.10
Reproduction
JabRef/JabRefOnline#2370 not really a "minimal reproduction" but since there are issues with the deployment of the nitro example in https://github.com/unjs/nitro-deploys, I'm not sure where I should start
Describe the bug
After the upgrade from nitro 2.8.1 to 2.9.0 (or 2.9.6) all routes defined in
nuxt.config
as well as all pages except for the index are resulting in 404 errors when deployed to azure functions. Strangely, also the server routes are working correctly (in my case/api
). I cannot reproduce it locally with the azure cli, and running the dev server locally also works. No errors are logged in the azure portal. Hence, I have no idea how to investigate this issue further.If you have any idea what change could have triggered this, can try it again with a patched version.
Additional context
Perhaps nuxt/nuxt#26567 is related
Logs
No response
The text was updated successfully, but these errors were encountered: