Caching and rest api

I have and app that works with wordpress api. All lists (parents pages) and items ( child pages for each list) getting each time actual info from rest api. But after i add content in wordpress, then checking it in rest api (in browser) all is good but not in app. It’s still the same content and only if i go to prefferencies and clean cache, only then new content is now visibile in app.

F7 doesn’t cache requests made with app.request. Try to inspect requests and see what is there

1 Like

All requests made with axios). Now with release v4 i’ll rebuild my app) Thanks for answer and your work! Спасибо!