Hi forum,
I’ve accidentally deleted a nextjs from the plugins / integrations and now I can’t re-add it.
All i get is a loop of log in and redirects to Discover | Netlify Integrations.
Hi forum,
I’ve accidentally deleted a nextjs from the plugins / integrations and now I can’t re-add it.
All i get is a loop of log in and redirects to Discover | Netlify Integrations.
Hi,
You can manually install it from here: GitHub - netlify/next-runtime: The Next.js Runtime allows Next.js to run on Netlify with zero configuration
Hi hrishikesh,
Thanks for getting back to me so quick and thanks for the suggestion it sent me on the right path.
I had to add:
[[plugins]]
package = "@netlify/plugin-nextjs"
To the toml file for it to work.
Kind regards
Jes
Thanks for coming back and letting us know!