#Edge Function Deployment Stuck - Not Updating
Hello,
My Edge Function named
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:
Thank you.
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:
- Confirmed my local index.ts file is correct and uses the latest supabase-js version.
- Deleted and re-deployed the function multiple times.
- Confirmed the secret is set correctly in the dashboard after each deployment.
Thank you.