khalibloo
Explore posts from serversRRefine
•Created by continuing-cyan on 11/30/2022 in #ask-any-question
Invalidating the service worker cache
After using
useUpdate
to modify a resource, the list view resends the GET
request, but it still gets intercepted by the service worker, causing the UI to remain unchanged until I perform a full refresh. Even manually using useInvalidate
doesn't get around the service worker. Any ideas on how to work around this?5 replies