Hey 👋 It looks like this module hasn't been updated for Nuxt 3. In an effort to improve the developer experience of modules, I've updated the module to clarify that it only supports Nuxt 2.
If Nuxt 3 support is added it will be moved to the https://github.com/nuxt-modules organisation.
Alternatives:
- Nitro proxy using Route Rules
export default defineNuxtConfig({
routeRules: {
'/proxy/example': { proxy: 'https://example.com' },
'/proxy/**': { proxy: '/api/**' },
}
})
@ricardogobbosouza With Nitro supporting proxying natively, do you think it's worth deprecating this module?
Please let us know and thanks for your work!
Hey 👋 It looks like this module hasn't been updated for Nuxt 3. In an effort to improve the developer experience of modules, I've updated the module to clarify that it only supports Nuxt 2.
If Nuxt 3 support is added it will be moved to the https://github.com/nuxt-modules organisation.
Alternatives:
@ricardogobbosouza With Nitro supporting proxying natively, do you think it's worth deprecating this module?
Please let us know and thanks for your work!