- Issue created by @newaytech
When using a CDN such as Cloudflare - a cache busting parameter is expected to be incremented on each version
Observe the URL to the min.js file (eu_cookie_compliance.min.js?v=10.3.6) - this remined the same between versions - as Drupal core was the same
Use a version number in the libraries.yml that increments on each release - or remove the "version: VERSION" altogether from line 2 - such that the cache busting param is refreshed on a full cache clear.
To workaround for now - perform a full edge cache clear - to force the stale files to be evicted
Active
1.25
Code