rrd
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?2 replies