https://prefect.io logo
Title
m

Michael Hadorn

09/16/2021, 7:25 AM
Does someone else, having problem with browser cache in the UI: https://github.com/PrefectHQ/ui/issues/1050
k

Kevin Kho

09/16/2021, 1:34 PM
Hey @Michael Hadorn, just checking, did you update to latest versions when you experienced this?
m

Michael Hadorn

09/16/2021, 3:34 PM
@Kevin Kho yes to 0.15.5. but from 0.14.3. maybe there was a cache setting too ambitious...
n

nicholas

09/16/2021, 3:39 PM
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

Michael Hadorn

09/17/2021, 6:15 AM
@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

nicholas

09/17/2021, 6:26 AM
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

Michael Hadorn

09/17/2021, 12:09 PM
@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.