nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.81k stars 154 forks source link

help: Devtools WebSocket disconnected #596

Closed 048616 closed 4 months ago

048616 commented 5 months ago

📚 What are you trying to do?

Hi, I'm trying to use devtools Nux 3 project which extend a layer but it does't work propely. DevTools works but it shows Connecting to server... for a few time then the message turn in "WebSocket disconnected". devtool

🔍 What have you tried?

I've spent a lot of time trying to solve it, I'he read all documentation avaiable online. here my last configuration: devtools: { enabled: true, }, extends: ['../core-layer'], devServer: { host: '0.0.0.0', port: 80, },

ℹī¸ Additional context

No response

antfu commented 4 months ago

We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required