devtools: Crash if third party cookies are blocked
Version
5.1.0
Browser and OS info
Chrome 73.0.3683.103 / Windows 10
Steps to reproduce
- Open Chrome Dev Tools
- Click on
Vue
tab - Click on settings,
vuex
state, or other tabs
What is expected?
Anything to happen.
What is actually happening?
Nothing happens.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 16 (4 by maintainers)
Commits related to this issue
- fix: settings tab crashes with third party cookies blocked, fixes #1097 #979 — committed to DKhalil/vue-devtools by DKhalil 5 years ago
- refactor(storage): use chrome.storage, fixes #979 — committed to sp1ker/vue-devtools by deleted user 5 years ago
After trying again, it works initially but breaks the moment I click on the settings button.
What worked for me is to add an exception for the Extension URL.
Go to Settings --> Advanced --> Site settings --> Cookies. With ‘Block third-party cookies’ enabled press the ‘Add’ button next to allow and enter
chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/
. Click add.You should now see a ‘Vue devtools’ icon in the list of allowed cookies. Reload Devtools and you should be able to go to the settings tab.
Same issue here, and yes I’m blocking third-party cookies
Can confirm happens with Vivaldi (Chromium 73.0.3683.105) on Linux and MacOS Mojave. Everything works fine until settings icon is clicked. @DespertaWeb You can get releases from releases tab and follow steps for manual installation