Force refresh page to get latest version

Is it possible to force a page refresh (let’s say every 24h) for all our users?

Thanks for the suggestion @mrcntoine - this isn’t something we currently support.

It could definitely be something you add with custom code.
Add a localStorage value with the start of their session, and check it every ~5 mins, and then brute refresh if it’s been 24 hours

2 Likes