You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to click on the top right "globe" menu (language selector). It doesn't work. Menu is not opening on click.
Other stuff on the site also do not work. E.g. "Accept cookies" button in the bottom popup. Also, the site shows old data (e.g. Exchange rates). Looks like the data site shows is frozen at 2024-03-05 18:15Z. Basically, the site is broken.
Disable Vue.js Devtools in Chrome Extensions -> Manage Extensions tab.
Reload the browser's tab with the site (F5).
Try to click on the top right "globe" menu (language selector). It works. Other stuff on the site also works. Also, the data shown is fresh now (no more frozen at 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 to On 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).
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 of Vue.js Devtools until started to investigate. But the behavior is 100% reproducible. I tried to create a new profile in Chrome, installed Vue.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.
The text was updated successfully, but these errors were encountered:
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.Other stuff on the site also do not work. E.g. "Accept cookies" button in the bottom popup. Also, the site shows old data (e.g. Exchange rates). Looks like the data site shows is frozen at
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.The text was updated successfully, but these errors were encountered: