Happy New Year! I’m trying to connect a new v0 project (“Pocket Dimension Web”) to a Supabase database, but I’m stuck due to what appears to be a phantom database counting toward my 2-database limit.
Background: I previously had 2 v0 projects connected to Supabase I deleted one of those projects (which had been idle for 90+ days) from v0 I also deleted the corresponding database in Supabase itself
Problem: Despite deleting both the v0 project and the Supabase database, the system still sees me at my 2-database limit. This prevents me from: Creating a new Supabase project through v0 Installing the Supabase integration on my new project to connect to an external database
Troubleshooting Steps Already Taken: Deleted the integration through the Vercel Marketplace (Settings → Delete section) Waited several hours for the system to update Installed the Vercel integration in my personal Supabase account and pointed it to “Pocket Dimension Web”
Current Status: The project can see the database and schemas, BUT: I have to manually copy and execute SQL scripts in the Supabase SQL Editor I can’t see the data in v0 preview due to the lack of proper connection I’m essentially flying blind without the full integration working
Question: How can I fully remove the orphaned Supabase integration so it stops counting toward my limit, or alternatively, how can I properly complete the connection to my external Supabase database so v0 can preview the data?

