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:
Steps Taken:
- Made code changes to edge function files in my GitHub repository (via Lovable.dev)
- Confirmed changes were committed and pushed to GitHub successfully
- Expected the edge functions to update automatically in Supabase
- Observed that the edge functions in Supabase still contain the old code