builder
builder copied to clipboard
Website route redirect don't work for builder unless cache is dropped
probably some secondary caching going on... hook into website settings changes (?) or website's clear_cache to fix this.
can i work on this
@stravo1 👀
This + other cache invalidation issues that we observed that day.
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