DEV Community

Francisco Maria Calisto
Francisco Maria Calisto

Posted on

Answer: Error: Warning: Middleware for RTK-Query API at reducerPath "api" has not been added to the store

This error is caused by the syncMiddleware middleware that is being added to the Redux store. It appears that this middleware is not implemented correctly, as it is not returning the result of calling next(action) for action. To fix this error, you should modify the syncMiddleware middleware to correctly pass…

Top comments (0)