- Issue created by @nmangold
When using a Cloudflare tier which does not support cache tags, the purge_queuer_url module must be used and the associated URL queuer configured as documented at https://github.com/d8-contrib-modules/cloudflare/blob/8.x-1.x/docs/freet....
However, β¨ Proposal to switch Cloudflare library Fixed removed the dependency on the d8-contrib-modules/cloudflarephpsdk library. When the purge queue is being processed, the items added by the URL queuer are not invalidated in Cloudflare.
In the README, the Free Tier and Enterprise Tier links go to the GitHub repo, which is outdated, but those instructions explicitly mention downloading the d8-contrib-modules/cloudflarephpsdk library. Albeit, the stable version, not the alpha version mentioned in the documentation, is what needed to be downloaded and worked (Drupal 10.4).
composer require drupal/purge_queuer_url
separately.Fix the documentation, and any dependencies required, to successfully use the Free Tier.
Active
2.0
Code