Meaningless errors from supabase edge functions
In my edge function i throw a error like this:
In my app I catch it
but the errors are very meaningless its always
How can I get a usefull error from the SDK, so the message of the error.|
The response does correctly contain the error if i look in the network tab
In my app I catch it
but the errors are very meaningless its always
FunctionsHttpError: Edge Function returned a non-2xx status codeHow can I get a usefull error from the SDK, so the message of the error.|
The response does correctly contain the error if i look in the network tab