I am getting an internal server error when deployed my NextJs app.
The specific error is: Error: Cannot find module 'next/dist/server/future/route-modules/pages/vendored/contexts/amp-context
The warning message in the build says to uninstall and reinstall, but the plugin cannot be found on the plugins page. Another post mentions checking the Build Settings, but as seen below, one can only select the runtime and not the versions.
Just to add, I am not using netlify.toml file. I connected the site to repo and it detected it as a netlify project.