Unable to install the integration error

When I try to add a Supabase integration, I get this error

“Unable to install the integration. Please try again.”

in the network tab, I get 409 Conflict with this error

{
“error”: {
“code”: “already_installed”,
“message”: “Integration already installed”
}
}

Under my project Settings > Integrations, there are no current integrations. I can even create a new project from scratch and get the same error

  • create a new project
  • go to Settings > Integrations
  • install Supabase integration

Hi, @stevewarner! Welcome to the Vercel Community :smile:

If you create a fresh project and try adding the Supabase integration, do you still get this issue?

yes, brand new project also gives the same error

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.