After upgrading to nuxt3-rc14 the following error appears:
Cannot start nuxt: Cannot read properties of undefined (reading 'http')
at setup (node_modules/@nuxtjs-alt/http/dist/module.mjs:20:66)
at normalizedModule (node_modules/@nuxt/kit/dist/index.mjs:167:29)
at async installModule (node_modules/@nuxt/kit/dist/index.mjs:416:3)
at async initNuxt (node_modules/nuxt/dist/index.mjs:1827:7)
at async load (node_modules/nuxi/dist/chunks/dev.mjs:6779:9)
at async Object.invoke (node_modules/nuxi/dist/chunks/dev.mjs:6840:5)
at async _main (node_modules/nuxi/dist/cli.mjs:50:20)
Environment
Nuxt Config
Reproduction
Upgrade from rc13 to rc14 and run
npm run dev
Describe the bug
After upgrading to nuxt3-rc14 the following error appears:
Additional context
No response
Logs
No response