can't view Edge Function
its always like this in all my edge functions, how to fix this and if i want to update some edge function, if i deploy it with command on same name will it override it

3 Replies
Off the top of my head i'm not immediately sure why it is saying that. Things i would wonder are 1. Is this isolated to the code tab or can you not see logs/details etc 2. Does the console show anything when you go to that tab
For your second If you deploy a function like
npx supabase functions deploy <function-name>
it will overwrite the code
it looks like in the log tab you don't have any recent logs
not neccesarilya problem if the function hasn't been called