Ian Purdom
Results
2
comments of
Ian Purdom
Hey, same issue here. No other solution than Raykin's ? I've updated HOSTED_VIEWER_ORIGINS_OPTIONS but I still get the error message : "file origin does not match viewer's" Any help appreciated.
I commented the code below within viewer.js and now it's working. if (fileOrigin !== viewerOrigin) { throw new Error('file origin does not match viewer\'s'); }