Nuxt Devtools Plugin HTTP Proxy Error
I'm encountering an issue with my Nuxt devtools plugin. It works fine when I run
yarn dev
in the plugin's own project, but when I add it to a new Nuxt app and click on the tab my plugin added, I get the following error in my terminal:
And in the browser console:
Here is the repo: https://github.com/rrd108/vue-mess-detector-nuxt-devtools
I've noticed that during development, the iframe source is localhost:3300/__vue-mess-detector. However, this URL seems to be unavailable in the project run. Is there a specific setting I might be missing?GitHub
GitHub - rrd108/vue-mess-detector-nuxt-devtools
Contribute to rrd108/vue-mess-detector-nuxt-devtools development by creating an account on GitHub.
1 Reply
I managed to solve. The module starter template's package json was off, so the client was missing