Does someone else, having problem with browser cac...
# prefect-server
m
Does someone else, having problem with browser cache in the UI: https://github.com/PrefectHQ/ui/issues/1050
k
Hey @Michael Hadorn, just checking, did you update to latest versions when you experienced this?
m
@Kevin Kho yes to 0.15.5. but from 0.14.3. maybe there was a cache setting too ambitious...
n
Hi @Michael Hadorn - this isn’t really a Prefect issue, it’s a result of browsers caching web pages in general; if you do a hard refresh of your application you’ll fetch all the latest pages, which should automatically clear the apollo url cache as well, which is set based on the server version.
m
@nicholas Ah ok, thanks for your answers. So if I hard refresh my client, the apollo cache vor every users is flushed? Or is client based and every user need to do this by his own after every release?
n
This is client-based so each user will need to do a refresh: usually a single refresh should fetch the latest pages but a hard refresh can be needed depending on the browser.
m
@nicholas ok, thanks for the clarification. but I still think, this should be solvable in a way... 😅 if you don't mind, i will let the bug open.