Abhijit Rao
Abhijit Rao
Can we merge this?
Facing the above issue as well. `Cannot GET /`
First encountered this when testing using Jest which is on [v11.5.1](https://github.com/facebook/jest/blob/master/packages/jest-environment-jsdom/package.json#L18). It would be great if there was a way to back-patch this? Is there a list of stuff that...
As a stop-gap solution, marking pacakges with `serverExternalPackages` seems to work ``` const nextConfig: NextConfig = { serverExternalPackages: ['pino', 'pino-pretty', 'thread-stream'], }; ```