Environment
- Operating System:
Darwin
- Node Version:
v18.7.0
- Nuxt Version:
2.16.0-27720022.54e852f
- Nitro Version:
0.5.4
- Package Manager:
yarn@3.2.3
- Builder:
webpack
- User Config:
buildDir, srcDir, bridge, components, ssr, dev, alias, image, generate, content, head, typescript, publicRuntimeConfig, privateRuntimeConfig, css, loading, loadingIndicator, plugins, buildModules, modules, proxy, vuetify, build, serverHandlers, devServerHandlers
- Runtime Modules:
@nuxt/content@1.15.1, @nuxtjs/vuetify@1.12.3, @nuxt/image@0.7.1, @nuxtjs/proxy@2.1.0, nuxt-social-meta@1.0.0
- Build Modules:
(), nuxt-storm@1.1.3, nuxt-compress@5.0.0, @pinia/nuxt@0.4.2, @vueuse/nuxt@9.3.0, ~/modules/apolloSSR, @nuxt/bridge@3.0.0-27740081.058a6c1
Reproduction
The error does not happen when
bridge: {
nitro: false,
},
It only occurs when nitro is true
Describe the bug
This error occurs during axios

I believe the next errors are related to nuxt/content v1 not working properly with nitro
this is the code that produces these errors
this.$content(this.name).fetch()
With SSR TRUE then i get more errors

With SSR FALSE

Please let me know if I can provide more info.
Thanks
Additional context
No response
Logs
No response
Environment
Darwinv18.7.02.16.0-27720022.54e852f0.5.4yarn@3.2.3webpackbuildDir,srcDir,bridge,components,ssr,dev,alias,image,generate,content,head,typescript,publicRuntimeConfig,privateRuntimeConfig,css,loading,loadingIndicator,plugins,buildModules,modules,proxy,vuetify,build,serverHandlers,devServerHandlers@nuxt/content@1.15.1,@nuxtjs/vuetify@1.12.3,@nuxt/image@0.7.1,@nuxtjs/proxy@2.1.0,nuxt-social-meta@1.0.0(),nuxt-storm@1.1.3,nuxt-compress@5.0.0,@pinia/nuxt@0.4.2,@vueuse/nuxt@9.3.0,~/modules/apolloSSR,@nuxt/bridge@3.0.0-27740081.058a6c1Reproduction
The error does not happen when
bridge: {
nitro: false,
},
It only occurs when nitro is true
Describe the bug
This error occurs during axios
I believe the next errors are related to nuxt/content v1 not working properly with nitro
this is the code that produces these errors
this.$content(this.name).fetch()With SSR TRUE then i get more errors

With SSR FALSE

Please let me know if I can provide more info.
Thanks
Additional context
No response
Logs
No response