Results 4 issues of IskanderMustafin

I always get an error when trying to print some PDF that contains JBIG2 images. Your library uses an improved version of JPedal's JBig2 decoder API . And bug is...

**What version of Next.js are you using?** 10.0.5 **What version of Node.js are you using?** 14.15.0 **What browser are you using?** Chrome **What operating system are you using?** Windows 10...

template: bug
area: I18n

When try to render some types of PDF I always get an exception. Please, fix this bug. Error stack-trace: java.lang.IndexOutOfBoundsException: bitIndex < 0: -1152 ``` at java.util.BitSet.get(Unknown Source) at org.jpedal.jbig2.image.JBIG2Bitmap.getPixel(Unknown...

### Link to the code that reproduces this issue https://github.com/IskanderMustafin/nextjs-metadata-runtime-bug ### To Reproduce 1. Create a new app: `pnpm create next-app@latest next-runtime-data-test --yes` 2. In `next.config.ts`, set: ``` cacheComponents: true,...

create-next-app
Metadata
Cache Components