I’m still seeing this issue on Firefox Dev 94. I’m using Vite + Vue3/Nuxt3. I suspect something with Vite’s hot reload is breaking things. Vite works a little differently from Webpack and uses “Hot Module Replacement”. I’m seeing this error developing on localhost.
As mentioned above, it would randomly start working again after refreshing several minutes later. This bug happens pretty much constantly with the tech stack I’m using. Another thread mentioned deleting cookies helped, I don’t have any cookies on localhost, so this doesn’t fix for me. Neither does opening a private window which I also saw mentioned.
I’ve noticed it happen when I stopped “npm run dev” and restarted it immediately after, Nuxt will automatically re-attach itself; however, dev tools are now bugged out. Opening a new tab strangely does not fix the issue. Starting the dev server on a different port also does not fix the issue. However, navigating to one of the pages in my localhost site, and then navigating back to the homepage partially fixed it. I still have an element that isn’t working at all. Very strange.
I’m seeing this in the Firefox Desktop remote debugging console when I select an element in the inspector:
Firefox Dev 94.0b9 (64-bit)
Ubuntu 20.04.3 LTS