Errors with slider revolution and CDN
-
Hi, my configuration at a high level is
1) Page Cache enabled
2) Browser Cache enabled
3) CDN enabled through Generic Mirrion ( Azure Endpoint)As you would notice when trying to access the link above, you will get the following errors on console
`THREE.WebGLState: DOMException: Failed to execute ‘texImage2D’ on ‘WebGL2RenderingContext’: Tainted canvases may not be loaded.
at Object.texImage2D (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:305714)
at Z (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:315422)
at V (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:310207)
at rs.safeSetTexture2D (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:321490)
at mr.Yi [as setValue] (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:261765)
at Function.br.upload (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:265804)
at It (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:350248)
at us.renderBufferDirect (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:342100)
at Ct (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:345272)
at Rt (https://www.invitekaro.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js?ver=6.5.21:6:344920)`I spoke with the developers of Slider revolution, and they suggested to exclude fetch of three.min.js from CDN
1) I excluded the above page from caching, but the error persisted.
2) I disabled browser cache, the issue still persisted.
3) I completely disabled CDN. And everything worked as expected.
4) I re-enabled CDN, and then enabled ” Disable CDN for the following roles”, logged in as Administrator. Everything worked as expected
5) I Disabled “Disable CDN for the following roles” went ahead and added in “Rejected files” {plugins_dir}/revslider/*, cleared page cache. I got the same error
6) I then went to “wp-includes file types to upload” and “Theme file types to upload” and removed .js. Cleared page cache, cleared endpoints on CDN. Still got the same error
7) Then I disabled “Host custom files”. Cleared page cache, cleared endpoints on CDN. Still got the same errorNo matter what I try, the request is always getting fetched from CDN for rev slider’s “three.min.js” until I completely disable the CDN. That’s not an ideal solution unfortunately.
Can you please let me know what I am missing and how can I go ahead with fixing this?
The page I need help with: [log in to see the link]
- The topic ‘Errors with slider revolution and CDN’ is closed to new replies.