I'm trying to use box-preview element for a PDF file but my UI is showing an error message saying PDFJS is not defined.
I'm using box's CDN to get the js and css file. I've tried both 1.20.1 and 1.19.1 version.
Here's the code i'm using to load the view
var preview = new Box.Preview();
preview.show('', '', {
container: '.preview-container',
showDownload: true
});Box's server is sending proper response, but UI rendering is failing.


