Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

393
Views
Vue.js When input elements are present, strange error appears in console

AT FIRST:

Error in event handler:

TypeError: Cannot read properties of undefined (reading 'Password') at c.D (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:49:270)

This happens in any vanilla vue.js project. You can take the following links as reference or setup your own project:

https://vuetifyjs.com/en/components/text-fields/ (Vue 2)

https://next.vuetifyjs.com/en/components/checkboxes (Vue 3)

I'm not able to go behind this problem, and I didn't find any similar occurrences in others.

Thank you in advance.

MODIFIED:

For further explanation:

the project is created with vue-cli like this: vue create example

I just modified the HelloWorld component like this:

<template>
    <input type="text" v-model="example">
</template>

<script>
export default {
  name: "Foo",
  data:()=>({
    example:''
  })
};
</script>

This is the only thing actually in my html, when serving the app I get this error:

Error in event handler: TypeError: Cannot read properties of undefined (reading 'Password') at c.D (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:49:270) at c.o (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:52:234) at c.register (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:53:395) at Ld (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:180:13) at od (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:183:105)

The error doesn't affect the app at any point, you can work with it without any further issues, but for any input, you have in the app you get this error in the console.

SOLVED

A specific extension tool in chrome caused this error, I could not disable it because it was a requirement.

The extension causing this error was Harmony Web protection, as I said for my corporation this tool is required and pre-installed on the devices.

More information on the extension: https://www.checkpoint.com/harmony/browse/

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

chrome-extension://kbjemijlmlcehdgejmdpekkceodmklkdjlkjd/data/content_script.js:49:270

This is happening in the React.js also because Harmony extension took screen shot of the Chrome-extension

problem is : If you add a input field in reactJs/angular/vueJs, harmony reads the input field value and React shouts it out loud. rest in peace security

adding the harmony link https://www.checkpoint.com/harmony/browse/

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!