Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mixpanel error: "mixpanel" object not initialized [duplicate]

I am getting the below error.

I am using Angular - I have not imported a mix panel library - if I do a search I cannot find this.

Why am I getting this error/how can get rid of it?

Mixpanel error: "mixpanel" object not initialized. Ensure you are using the latest version of the Mixpanel JS Library along with the snippet we provide.

like image 764
Pepper Avatar asked Feb 06 '18 11:02

Pepper


2 Answers

If you are not using mixpanel in your code, you should check whether it is one of your extensions.

In my case it was the PageRuler extension and started happening only today.

like image 98
Fernando Bessa Avatar answered Oct 28 '22 11:10

Fernando Bessa


Check your extensions, for me it was 'Page Ruler'

["https://chrome.google.com/webstore/detail/page-ruler/jlpkojjdgbllmedoapgfodplfhcbnbpn?hl=nl"] that caused this error.

Disable all extensions until the error does not occur anymore.

like image 38
Mr. HK Avatar answered Oct 28 '22 12:10

Mr. HK