Alcumus / react-doc-viewer

Apache License 2.0
208 stars 101 forks source link

CORS error for viewing PDF #98

Closed gopia-aroopatech closed 2 years ago

gopia-aroopatech commented 2 years ago

Hi,

We are getting a CORS error while viewing the PDF in React-Doc-Viewer. The same coding was working fine for Doc & Docx. Below is the screenshot. Past one month it was working well. What's wrong with this.

error

const documents = [{ uri: this.state.fileurl, fileType: 'pdf' }]; this.setState({ pdfDoc: documents });

gopia-aroopatech commented 2 years ago

Hi, I fixed the above issue. This was related to Azure CORS settings.