"Function not found" when serving locally for testing
I can't seem to get
but then when I try to invoke using e.g. the curl command that comes in the index.ts:
I just get
Searching here and the web I haven't found the answer so I must be doing something really basic wrong. Any ideas how to troubleshoot?
supabase functions serve to work for locally testing edge functions on my mac. It will say:but then when I try to invoke using e.g. the curl command that comes in the index.ts:
I just get
Function not found. Every variation I can think of gives the same result. But I've had no problem using curl to trigger these functions when they are live using something like Searching here and the web I haven't found the answer so I must be doing something really basic wrong. Any ideas how to troubleshoot?