apps/docs/content/troubleshooting/cant-access-supabase-project-lovable-cloud.mdx
Your Lovable project has Lovable Cloud enabled, and you’re trying to connect directly to your Supabase project.
However, you don’t see the project listed on your Supabase Dashboard, or you’re unable to access it through your Supabase account.
When you create a project connected to Lovable Cloud, the underlying Supabase instance is provisioned and managed entirely by Lovable.
These projects are not owned by your Supabase account, so they don't appear on your Supabase Dashboard or be accessible using your Supabase credentials.
You might be affected by this if:
There is no automated way to transfer a Supabase project from Lovable Cloud to your own Supabase account.
However, you can manually clone your project backend and migrate your data following Lovable’s official guide: Self-Hosting Guide (Lovable Docs)
This process allows you to create a new Supabase project under your own account and connect it independently.
<Admonition type="note">There are certain limitations described in Lovable’s documentation, so review the guide carefully before proceeding.
</Admonition>If you want direct access to your Supabase project from the start, make sure to:
For more information, read the Lovable Cloud FAQ
<Accordion type="default" openBehaviour="multiple" chevronAlign="right" justified size="medium" className="text-foreground-light mt-8 mb-6"
<div className="border-b mt-3 pb-3"> <AccordionItem header="Can I get access to the Supabase SQL editor when using Lovable Cloud?" id="sql-editor-access" >
No. Projects running on **Lovable Cloud** use a managed Supabase backend that doesn't provide direct SQL editor access through [supabase.com/dashboard](/dashboard).
</AccordionItem>
Lovable Cloud projects are owned and managed by **Lovable**, not by your personal Supabase account. They won't show up on your dashboard.
</AccordionItem>
Once Lovable Cloud is enabled for a project, it **cannot be disconnected or switched** to an external Supabase connection.
However, you can **create a new Supabase project under your own account** and migrate your data by following Lovable's [Project Migration Guide](https://docs.lovable.dev/tips-tricks/self-hosting).
</AccordionItem>
External connections are **not supported** when your project runs on Lovable Cloud.
</AccordionItem>
Service role and API keys are **not accessible** for Lovable Cloud–managed projects.
If you need to integrate with external automation or API-based tools, you'll need to **create and manage your own Supabase project**, then connect Lovable to it directly.
</AccordionItem>