Closed Romanavr closed 1 year ago
There’s no way to disable the refresh cache process without disabling the plugin. If you no longer need Blitz to cache pages then perhaps you could explore using JavaScript to dynamically load the CSRF tokens.
There’s no way to disable the refresh cache process without disabling the plugin. If you no longer need Blitz to cache pages then perhaps you could explore using JavaScript to dynamically load the CSRF tokens.
Okay, thanks!
For some reason, I have temporarily disabled Blitz for my site, including tracking elements & their queries. However, while updating the products(from commerce), blitzcache keeps pushing "Refreshing Blitz cache" jobs. What can I do to stop these jobs from appearing?
{{ craft.blitz.csrfInput() }}
I don't want to completely disable the plugin since I'm using blitz variable for CSRF tokens. I tried every refresh mode, doesn't matter.My config file(
blitz.php
):Some blitz settings from
project.yaml
: