I'm having CORS issues when upgrading functions to use Supabase v2.0.0
Since Supabase JS is now available in v2 I'm trying to modify my edge function to use this new version but I'm having CORS issues when I remove
Invoke before
Invoke after
In my function:
Any idea why if I remove
JSON.stringify() from the body when invoking the function.Invoke before
Invoke after
In my function:
Any idea why if I remove
JSON.stringify() I get a CORS error? It seems that now we have to remove it with v2.