Open arnojong opened 8 months ago
I've got the same issue. A site using Cookiebot stopped working with the Vue Devtools enabled, because nothing gets loaded anymore after cookiebot processes the injected script from vue devtools. There are no errors. In this case, an additional script that needs to be processed (google recaptcha) does not get loaded, breaking a login flow (as it now complains that recaptcha isn't loaded). Without the Vue Devtools recaptcha does get correctly loaded.
Vue devtools version
6.6.1
Link to minimal reproduction
https://www.euromate.com/group/
Steps to reproduce & screenshots
Broken situation
Working situation
Video of the issue In the video below you can see me toggling the Vue Devtools on and off. As you can see this breaks the site when Devtools are turned on, and the site works again when turning the Devtools off. https://www.youtube.com/watch?v=kZb7oefIQeI
What is expected?
I expect the JavaScript to be working while I have the Vue Devtools extension enabled. For example the solutions submenu as mentioned above. Note that the site is not running on Vue at all.
What is actually happening?
None of the project's JavaScript is working when the Vue Devtools are enabled.
System Info
Any additional comments?
Only happens (AFAIK) on Chromium based browsers, I encountered the bug on both Chrome and Arc. It seems to have to do something with Cookiebot, as the issue started appearing since I've implemented Cookiebot on the site. Blocking the 'detector-exec.js' script in the Network tab in Chrome's Devtools fixes the issue aswell. This script comes from Vue Devtools.