Failed to send request to the edge function

Hi, i’m trying to combine weweb, supabase and open ai through an edge function, created in supabase. I’ve gotten the edge function too run using the CLI and now I’m trying to create an workflow using “invoke supabase edge function” I’ve added the correct name and it is POST and two headers, one content-type and one authorization, and finally one an Image hardcoded in the body, that should be analyzed by the AI.

When triggering the action i get the error message: “Failed to send request to the edge function” and cause.name “FunctionFetchError”

Any idea why this error is happening when running it in weweb vs. CLI ?

It would be great if you sent the screenshots of the details from the network tab and your setup.

Thanks for replying, i moved to a new thread:

I was not allowed to add image here as a new user, in the new post i was only allowed to add one image so not sure if that helps you too much, thanks for any help anyways