Getting 502 ORIGIN_BOOT_RPC_ERROR Error when calling Edge Function
I just deployed a new edge function but I get a 502 ORIGIN_BOOT_RPC_ERROR when I attempt to invoke it. According to this link it seems my bundle size may be too large: https://github.com/supabase/supabase/discussions/6710
Wanted to check how I can find the size of my Deno bundle?
Wanted to check how I can find the size of my Deno bundle?
GitHub
Hoping to get some insight or help here. I am experiencing an issue with an Edge Function that will respond with a 502 response when deployed to the server, but it behaves normally when served loca...