Abhijit Rao

Results 4 comments of Abhijit Rao

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'], }; ```