fetch(mySupabaseEndpoint, {method: "POST", headers, body}). It works when I run this function locally, but not when I deploy it to a Vercel edge function. fetch, it hangs indefinitely. If I await fetch(...); console.log('hello'), the text hello is not displayed