self-hosted
edge functions
Solvedsupabase start then supabase functions serve from the same directory containing the 'supabase' folder. My code exists in "supabase\functions\make-server-2fef7bae". When I run curl.exe -L -X GET 'http://127.0.0.1:54321/functions/v1/make-server-2fef7bae/health' with any endpoint I'm getting "Function not found". I don't see any debug logs on this request. Any ideas why it can't find my function?