Open xak2000 opened 8 months ago
Hi @xak2000, I'm running into the same issue. In my case the bug appeared after implementing Cookiebot. I noticed your site has Cookiebot too, so there's a good chance of that being the underlying issue. I haven't found a fix for it yet though..
Vue devtools version
6.6.1
Link to minimal reproduction
https://www.walutomat.pl/
Steps to reproduce & screenshots
Chrome
withVue.js Devtools
installed.2024-03-05 18:15Z
. Basically, the site is broken.Vue.js Devtools
in ChromeExtensions -> Manage Extensions
tab.2024-03-05 18:15Z
).What is expected?
Enabling of
Vue.js Devtools
extension doesn't break the site. Site should continue to work as usual.What is actually happening?
Site is broken and unusable when
Vue.js Devtools
extension is enabled and has access to the site.A workaround is to configure
Allow this extension to read and change all your data on websites you visit:
setting toOn click
or a whitelist of domains. Then walutomat.pl works as expected even with the extension enabled. But only until you click on the extension button on the site (so, enable it).System Info
Any additional comments?
It looks like some conflict between this specific site and the extension. Maybe the site uses some global variables with names that are clashing with the
Vue.js Devtools
.. I don't know really, it is just a hypothesis. The site is not mine. It is very popular site in Poland for currency exchange. I found this bug accidentally and didn't even know that the site is broken because ofVue.js Devtools
until started to investigate. But the behavior is 100% reproducible. I tried to create a new profile in Chrome, installedVue.js Devtools
extension here (the only extension), reload the site (that worked fine before this) and it was broken. Removed the extension, reload - site works again.