react-reader icon indicating copy to clipboard operation
react-reader copied to clipboard

NextJS - META-INF/container.xml 404 (Not Found)

Open michaldev opened this issue 2 years ago • 0 comments

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/

Zrzut ekranu z 2022-09-20 13-00-46

michaldev avatar Sep 20 '22 11:09 michaldev