Hey everyone!
Here’s the situation:
- I’ve deployed a
nextjssite and keep runnign into this issue: [Bug]: __netlify-handler function times out · Issue #1174 · netlify/next-runtime · GitHub - For this site, this happened after recently upgrading to the latest version of the
@netlify/plugin-nextjs. - I’m also using this plugin: GitHub - scalarhq/netlify-plugin-pnpm-preinstaller: PNPM pre installer plugin for netlify., which requires to be run as the first plugin.
To workaround the issue, I’m trying to revert to version 3.9.2 of the @netlify/plugin-nextjs plugin.
I am able to do so locally (via the ntl CLI), but not on automated deploys.
The deploy seems to overwrite / not detect the specified version from devDependencies and always installs the latest version (4.2.7 at the time of writing this ticket).
Any advice / feedback is appreciated.
Thank you for your time!