There is no Integrations > Enabled Tab (From the Docs)

We have a Storybook instance that exists within a repo that also contains a Next.js instance. Netlify “automatically detected” and installed the Next.js build runtime integration. This causes our build to fail. We’re trying to remove it so the build succeeds.

The docs suggest:

For plugins installed in the UI or installed automatically:

  1. For your selected site, go to Integrations > Enabled.
  2. Find the plugin you want to remove.
  3. In the plugin’s card select Disable.Subsequent builds will not use the uninstalled plugin and environment variables entered for this integration will not be deleted.

There is no Integrations > Enabled tab or section. Screenshot below:

How do we remove the Next.js integration?

Thanks!

Thanks for the heads up!

We’re working on a better solution with the team, but for now, you should be able to avoid that by setting an environment variable of $NETLIFY_NEXT_PLUGIN_SKIP to force us not to use the plugin in your build.

Please let me know how it goes.