Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome error on localhost

I get the following an error while I work on localhost with Chrome. I get this error even if the page is empty:

Uncaught TypeError: Cannot read property 'appendChild' of undefined at lstr.js:26

(lstr.js is Chrome file)

Error line:

enter image description here1

And I don't know if it's related to this, but there's a tag called shadow on console:

thumbnail linked to main image

I am not getting an error while I work with another browser. I use wampserver and this error is repeating when I use ajax. How can I eliminate this error?

like image 366
Enes Giray Avatar asked Mar 10 '23 03:03

Enes Giray


1 Answers

I faced the same issue on my console as well. Removing the chrome plugin makegif-video-capture fixed the issue. Hope this helps.

like image 180
user2143272 Avatar answered Mar 12 '23 16:03

user2143272