I can't view/download Edge Function code in the Dashboard
When I try to load an Edge. function code, it shows this error


4 Replies
Did it work at one time?
It is working for me so not a mass outage.
Logout and in the dashboard.
Do you have more than one edge function and if so are all failing?
Yes it was working before. But I haven't checked the dashboard in a awhile. This was deployed last year.
I can see the POST network https://supabase.com/dashboard/api/edge-functions/body is returning 500 error
{"error":"Internal server error"}
Do you have more than one edge function and are they all failing?
Could be something about that particular edge functions file complexity maybe. Does the function run?
You may have to generate a support request or file an issue at supabase/supabase github.
Everything can still be done thru the CLI.
Looks like only older ones are failing. I have 7 functions failing to load the codes in the dashboard.
One I created 5 months ago is showing.
And yes the functions are running fine. My app is active and regularly calling these functions.