michel-jump
michel-jump
Yes that would be nice! I have a large API and am using the splitting functionality to split the API in multiple slices. I have multiple endpoints in different functional...
Following, also encountering this problem.
This is also an issue for me. I am using `PDFDownloadLink`. First time loading the page, no problem, but navigating to another page and back, it gives the same error.
> I have nextJS 15 and react 19. Did you try : > > ``` > import dynamic from "next/dynamic"; > > > const PDFViewer = dynamic( > () =>...
> > This is also an issue for me. I am using `PDFDownloadLink`. First time loading the page, no problem, but navigating to another page and back, it gives the...
> You're right, i had issue too. Finally what i did : > > Remove loose from my nextjs config (turbo pack doesn't support it) > > I create a...
> ha ha ha, i do understand ! > > Did you try to do a very simple document PDF for the begining ? Because sometime it is hard to...
Much appreciated @SebastienBrun! I am going to debug with those settings.