Skip to content
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

Dev tools freeze after click on "new" #1075

Open
nicooprat opened this issue Sep 30, 2019 · 5 comments
Open

Dev tools freeze after click on "new" #1075

nicooprat opened this issue Sep 30, 2019 · 5 comments

Comments

@nicooprat
Copy link

Version

5.1.1

Browser and OS info

Brave Version 0.68.138 Chromium: 77.0.3865.75

Steps to reproduce

Open Vue Devtools, click on "Settings (new)" tab.

What is expected?

Settings pane opens.

What is actually happening?

Vue Devtools freezes. I need to close Chrome devtools.


Reopening #1061 as it's unresolved but didn't use the template.

64432109-c12a2980-d0b3-11e9-9e53-41abe7359548

@felubra
Copy link

felubra commented Oct 2, 2019

The problem seems to be only in Chrome. In firefox I could not reproduce this issue.

@bennyty
Copy link

bennyty commented Oct 3, 2019

Error I pulled from the vue-devtools frame console.

TypeError: Cannot read property '$options' of undefined
    at ww.c.r.a.config.errorHandler (devtools.js:51)
    at ie (devtools.js:13)
    at ne (devtools.js:13)
    at Array.<anonymous> (devtools.js:13)
    at le (devtools.js:13)
re @ devtools.js:13

devtools.js:13
DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
    at a.provide (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:51:408247)
    at Se (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:13:15082)
    at a.t._init (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:13:34428)
    at new a (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:13:35694)
    at an (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:13:21615)
    at init (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:13:20481)
    at n (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:13:21817)
    at p (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:13:44114)
    at h (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:13:43743)
    at H (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/devtools.js:13:46346)

@hay
Copy link

hay commented Oct 3, 2019

This is a known bug (#979) when blocking third-party cookies. See the workaround that works for me over here.

@nicooprat
Copy link
Author

Thanks @hay, it worked indeed. In Brave I found the settings in chrome://settings/content/cookies?search=cookie. Click add in whitelist: chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/ which will be translated to:

image

I think we should let the issue open for googlers.

@DKhalil
Copy link

DKhalil commented Nov 24, 2019

I submitted a PR #1102 to fix this but so far haven't gotten any response, @Akryum any possibility to merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants