Missing module

Resolve errors related to a missing request context.

This error occurs when the Nuxt module is not registered in your project configuration.

To fix this, add @croct/plug-nuxt to the modules array in your nuxt.config.ts:

export default defineNuxtConfig({  modules: ['@croct/plug-nuxt'],})

For more details, see the manual installation guide.