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

Crashes on load in backend.js #8

Open
henrik-muehe opened this issue Mar 1, 2018 · 7 comments
Open

Crashes on load in backend.js #8

henrik-muehe opened this issue Mar 1, 2018 · 7 comments

Comments

@henrik-muehe
Copy link

backend.js:formatted:347 Uncaught TypeError: Cannot read property 'classList' of null
at Object.10 (backend.js:formatted:347)
at n (backend.js:formatted:11)
at Object.0 (backend.js:formatted:102)
at n (backend.js:formatted:11)
at Object.15 (backend.js:formatted:697)
at n (backend.js:formatted:11)
at Object.6 (backend.js:formatted:4305)
at n (backend.js:formatted:11)
at Object.74 (backend.js:formatted:4754)
at n (backend.js:formatted:11)

This line in particular:

    s && document.body.classList.add("platform-linux")

UI is empty :(

@rafaesc
Copy link
Member

rafaesc commented Mar 2, 2018

Hi @henrik-muehe,

How can I replicate this issue?

Regards

@ptilli
Copy link

ptilli commented May 24, 2018

Also got similar issue, but realised that my config lines were not on the correct spot.

Edit: Nope, still having the issue. Reappeared after clearing browser cache & hard reload on chrome. Normal reloads after this are not showing the issue and page shows up, but I don't see any logs either :(

@OmgImAlexis
Copy link

Related? vuejs/devtools#552

@technofreak
Copy link

+1 error started appearing after adding,
Vue.config.devtools = true

@contractorwolf
Copy link

no update on this?

@rochabianca
Copy link

rochabianca commented Jul 14, 2020

same thing here on the line
a && document.body.classList.add("platform-mac"), on Chrome 83v

@erashdan
Copy link

+1

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

8 participants