-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[h3] [unhandled] next is not a function (Nuxt/Bridge - Nitro 6.0.0) #271
Comments
I'm having the same issue, any quick fix for this? |
Nop, I jus't find this repo, a version of this plugin for Nuxt 3 where this bug is corrected: sitemap-module-nuxt-3 |
Does anyone here have a solution for nuxt bridge? I can't transfer to nuxt 3 yet and I want to add a sitemap.xml generated by code. |
Running into this problem as well. Would be great if someone has a workaround! |
Same problem :'( |
Hi,
As @danielroe ask me, I open an issue for error [h3] [unhandled] next is not a function (nuxt/bridge#592).
Environment
Darwin
v16.15.0
2.15.8
0.6.0
[email protected]
webpack
telemetry
,env
,server
,nitro
,loading
,target
,head
,css
,plugins
,components
,buildModules
,modules
,auth
,oneSignal
,fontawesome
,i18n
,axios
,vWave
,performance
,build
,buildDir
,dir
,webpack
,serverHandlers
,devServerHandlers
,typescript
,bridge
@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,v-wave/nuxt
()
,@nuxtjs/[email protected]
,[email protected]
,@nuxtjs/[email protected]
,@nuxt/[email protected]
Reproduction
https://codesandbox.io/s/nuxt-bridge-sitemap-module-bug-report-h3-6mhi80
-> go to sitemap at this url: https://6mhi80.sse.codesandbox.io/sitemap.xml to see the error 500.
Describe the bug
With this version of nuxt/bridge: 3.0.0-27778050.a725a7a, sitemap-module cause this error: [h3] [unhandled] next is not a function when you go the sitemap.xml on your browser.
This warning is also display by the console when the app is compile:
WARN [h3] Implicit event handler conversion is deprecated. Use eventHandler() or fromNodeMiddleware() to define event handlers.
This error probably come from nitro 6.0.0, with the last update to unjs/h3.
The text was updated successfully, but these errors were encountered: