When developping, I serve my edge functions with the command below :
supabase functions serve --all --env-file .env.local
I then launch the supabase dashbaord locally with :
supabase start
However, when opening the dashboard, the edge functions don't appear.
Does anyone know how to deal with this ?