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

231
Views
VueJs / Ionic - DOMException: Failed to execute 'insertBefore' on 'Node'

I have a list of objects, which I display through a v-for directive. Every time I am trying to add another object to the list I get the following error :

Failed to execute 'insertBefore' on 'Node'.

Vue component :

<ion-col v-for="specificOffer in specificOffers" :key="specificOffer.specificOfferId">

where:

computed: {
 ...mapGetters("specificOffer", {specificOffers: "getSpecificOffers"})
}

JS for updating specificOffers list :

updateSpecificOffers(state, payload){
    state.specificOffers.push(payload);
},
   

After pushing the new object to the list I get that error. I don't have duplicates in the list and I also don't use any v-if directive screen from console.

If needed, here is the flow: getting specificOffers, adding the object to the db and then to the state.

I have no idea how to fix this bug. I would appreciate any help.

Regards, Cezar

about 4 years ago · Juan Pablo Isaza
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!