#Edge Function Deployment Stuck - Not Updating

Hello,

My Edge Function named submit-score is not updating when I run supabase functions deploy. It appears to be stuck on an old, default template version.

Evidence:
When the function runs, the live logs show the message "Listening on http://localhost", which is from a default template and is not in my code. My actual code (which uses supabase-js@2.42.0) is not being executed, which causes a 400 Bad Request error.

Troubleshooting Steps I've Already Taken:
  1. Confirmed my local index.ts file is correct and uses the latest supabase-js version.
  2. Deleted and re-deployed the function multiple times.
  3. Confirmed the secret is set correctly in the dashboard after each deployment.
This seems to be a platform-level caching or deployment issue. Could you please investigate my project and force a refresh or clear the cache for this function

Thank you.
Was this page helpful?