CORS Error when trying to download files from CDN

Issue was due to Chrome’s caching. When I disabled caching in the network tab of the dev tools, the issue was gone. I’ve added a no caching header to avoid this in the future.

1 Like