builder icon indicating copy to clipboard operation
builder copied to clipboard

Website route redirect don't work for builder unless cache is dropped

Open ankush opened this issue 7 months ago • 3 comments

probably some secondary caching going on... hook into website settings changes (?) or website's clear_cache to fix this.

ankush avatar May 09 '25 12:05 ankush

can i work on this

Sambhram1 avatar Sep 01 '25 19:09 Sambhram1

@stravo1 👀

This + other cache invalidation issues that we observed that day.

ankush avatar Sep 02 '25 07:09 ankush

these lines are responsible (directly or indirectly) for caching the mapping between builder pages and routes:

https://github.com/frappe/builder/blob/develop/builder/builder/doctype/builder_page/builder_page.py#L789 https://github.com/frappe/builder/blob/develop/builder/builder/doctype/builder_page/builder_page.py#L797

stravo1 avatar Sep 03 '25 13:09 stravo1