cleberj

Results 1 comments of cleberj

Seems like https://github.com/vercel/next.js/blob/4fb0beb1ee372d56128db16ec02ff88e333d4b2a/packages/next/server/render.tsx#L1310 we always have generateStaticHTML as false. ![image](https://user-images.githubusercontent.com/69492574/167339219-04005d3b-fa56-4286-ba0b-7e1c75c7442b.png) Hence the processors never work for ssr: ![image](https://user-images.githubusercontent.com/69492574/167339343-2d589dfe-cfea-4a9e-8f3a-3076b84609dd.png) There were some commits 3 months ago regarding this. Not sure if...