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

334
Views
Any way to force refetch when using endpoint "initiate" function of redux-toolkit

I am using:

dispatch(api.endpoints.getPosts.initiate(undefined))

But Im receiving following error inside redux:

name:"ConditionError"
message:"Aborted due to condition callback returning false."

I found the meaning of this error at this question:

It means that an asyncThunk was not executed due to condition. If you are using RTK Query, that just means that another request was skipped because there was either already a request in flight or already a value in cache, so no request needs to be made. This is an internal rejection that RTK-Query uses to track component subscriptions and not an error.

But is there any way to force the refetch?

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

0

Found the solution. You should use {forceRefetch: true} option:

dispatch(api.endpoints.getPosts.initiate(undefined, {forceRefetch: true}))
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!