Alcumus / react-doc-viewer

Apache License 2.0
208 stars 101 forks source link

File Not Found for .docx file types #79

Open cavinpabua opened 3 years ago

cavinpabua commented 3 years ago

image

All other file types can be viewed and working fine except docx

<DocViewer documents={initVal} pluginRenderers={DocViewerRenderers} style={{width:"100%", minHeight:"600px", marginBottom:"30px"}} />

All files are from firebase storage which is already enabled CORS

mattmogford-alcumus commented 3 years ago

@cavinpabua if you are providing a url to your document, then it would be a configuration issue on your firebase somehow