arthur_drupal → created an issue.
Hello,
I had also a problem related to CDN, the problem I see is that the version of the library is not changed :
https://git.drupalcode.org/project/better_exposed_filters/-/blob/8.x-4.x...
https://git.drupalcode.org/project/better_exposed_filters/-/blob/6.0.x/b...
So the URL to serve the Javascript does not change ("modules/contrib/better_exposed_filters/js/auto_submit.js?v=4.x") and then CDN cache is serving the same file although the content is different :
https://git.drupalcode.org/project/better_exposed_filters/-/blob/8.x-4.x...
https://git.drupalcode.org/project/better_exposed_filters/-/blob/6.0.x/j...
Personnally, to fix the issue, I enabled the aggregation of javascript file