Skip to content

Avoiding Browser Cache on Templates

When utilizing an SDK through CI/CD tools like Vercel and Pages, users' browsers may cache the template page, leading to the display of outdated content.

To prevent this browser-side caching in the uhuu editor, consider adding the UHUU_TIMESTAMP placeholder to your deployed URL.

 on URL

The UHUU_TIMESTAMP placeholder will be dynamically replaced with the Unix time just before loading into the document editor, effectively preventing any caching issues.