Edge Functions not appearing in Supabase dashboard after “successful” deployment
edge functions🤖AI Tools
Hey everyone Looking for some guidance on a confusing Supabase Edge Functions issue.
Issue summary: I’m attempting to use Supabase Edge Functions for Stripe checkout and subscription management. The tooling I’m using (Lovable) reports that the Edge Functions are created and deployed successfully, but no new Edge Functions ever appear in the Supabase dashboard, and the app cannot call them.
Symptoms: • Supabase Dashboard → Edge Functions only shows older, unrelated functions • Newly “created” functions never show up • Client requests fail with: Failed to start checkout: Failed to send a request to the Edge Function • No function logs exist because the functions don’t appear to exist
What I’ve verified: • App is pointing to the correct Supabase project and project ref • Existing Edge Functions in the project work fine • Function URLs match the project • API keys and auth headers are valid • Retrying redeploys does not change anything
Open questions: • Is there anything on the Supabase side that could prevent Edge Functions from being created without surfacing an error? • Could current Supabase maintenance impact function creation or registration? • Has anyone seen Edge Functions silently fail to deploy or not appear in the dashboard?
At this point, it feels like the deployment step is never actually reaching Supabase, even though the tool reports success.
Any insight or ideas would be hugely appreciated Thanks!
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.