Which product are you using?
PDF.js Express Viewer
PDF.js Express Version
‘8.1.0’
Detailed description of issue
When loading document, the viewer tries to HEAD . This is problematic as URLs I give to it are pre-signed S3 URLs and they are not authorizing for HEAD, just GET. Ultimately, WebViewer still works, but creates an exception in console, which might also lead to a minor slowdown.
Expected behaviour
Have an option to disable HEAD
Does your issue happen with every document, or just one?