-
-
Notifications
You must be signed in to change notification settings - Fork 182
Vue.js devtools and Cookiebot by Usercentrics #740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, if you don't open chrome devtools, we are not injecting any JS code into your extension host. I'm not sure it's related to vue-devtools., I will try to inspect it when I have some free time. |
We experience the same issue on https://www.webhuset.no/ . Whenever the Vue.js devtools extension is enabled, the following problems arise if you reject the cookies offered by Cookiebot:
I also started seeing this the same time as we introduced the UserCentrics Cookiebot. It happens even without the dev tools being open at all, all it takes is for the extension to be enabled in Chrome. Screen recording (file was too big for Github): https://share.cleanshot.com/TJW88265 |
Just ran into this issue today when trying to open https://koto.studio/work/amazon. The page simply doesn't work for me if I have Vue DevTools enabled (even if I accept all cookies and have the Chrome DevTools closed). I did some debugging and this is what I observed:
Other than not injecting any scripts on the page, I'm not sure there's anything that could be done in Vue Devtools to fix the issue. I think it's on Cookiebot to better handle scripts that come from browser extensions. |
This is kind of strange behaviour and a bit difficult to describe, but I try my best.
I've installed the
Vue.js devtools
extension in Google Chrome (https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd). When visiting websites, that use the Cookiebot by Usercentrics, and do not consent to all cookies, some (maybe all) javascript of the website stops working. Sometimes I can't even click on the main menu items.When either consenting to all types of cookies or disabling the Vue.js devtools the site works as expected. I observed this behaviour on at least the following two sites:
The text was updated successfully, but these errors were encountered: