react-reader
react-reader copied to clipboard
NextJS - META-INF/container.xml 404 (Not Found)
Hi. I have problem with using this library on NextJS distribution of reactjs.
PDF: https://react-reader.metabits.no/files/alice.epub
I got error:
GET http://localhost:3000/META-INF/container.xml 404 (Not Found)
I used dynamic for loading "non-ssr" library, like this:
const DynamicComponentWithNoSSR = dynamic(() => import('../components/nossr/ebook-viewer'), {
ssr: false
})
Full example here: https://github.com/michaldev/example-with-nossr-react-reader/