How to downgrade netlify next.js plugin?

Hi,

I suspect the current version of the next.js plugin is causing errors for my site. I would like to downgrade it, but cannot find any information about it online. How can I go about this?

Hi @HavenRemix,

Thanks for reaching out!

You should be able to revert to a prior version by adding the following to your package.json:

"devDependencies": {
    "@netlify/plugin-nextjs": "^4.xx.x"
  }

With 4.xx.x getting changed to the version you want to revert to. You can view the versions here.