-
Notifications
You must be signed in to change notification settings - Fork 26
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
Cannot restart nuxt: Cannot read properties of undefined (reading 'nuxt') #116
Comments
Do I understand correctly that this module does not work with Nuxt 3+? |
The proxy can also be configured through nitro docs in the export default defineNuxtConfig({
nitro: {
devProxy: {
"/proxy/test": "http://localhost:3001",
},
},
}); |
@paul-asvb Even using the nitro config above, it still doesn't work.
Running
I am sure I must be doing something wrong but I can't figure out what it is... |
If you are using nitro devProxy you need to remove '@nuxtjs/proxy' from your modules. |
yeah, this module is irrelevant for Nuxt 3. Just use the nitro proxy and don't look back. |
After the steps in the Setup section of the README, I get the following error.
Reproduction steps:
Any idea how to fix it?
The text was updated successfully, but these errors were encountered: