Supabase Edge Functions not updating

Edge functions in my Supabase project are not updating when I make changes to the code in my GitHub repository. I'm using Lovable.dev to develop my app, with connections to both Supabase and GitHub. When I make code changes through Lovable.dev, I can confirm the changes are successfully pushed to GitHub, but these changes are not reflecting in my deployed Supabase edge functions.

Steps Taken:
  1. Made code changes to edge function files in my GitHub repository (via Lovable.dev)
  2. Confirmed changes were committed and pushed to GitHub successfully
  3. Expected the edge functions to update automatically in Supabase
  4. Observed that the edge functions in Supabase still contain the old code
Does anyone know what the problem is?
Was this page helpful?