functions-relay
functions-relay copied to clipboard
API Gateway for Supabase Edge functions
# Improve documentation I feel as though the documentation around this repo is hugely lacking compared to other Supabase repos. `DENO_ORIGIN` - Should this point to the Deno Deploy URL?...
# Improve documentation ## Link [Add a link to the page which needs improvement (if relevant)](https://supabase.com/docs/guides/functions#deploy-to-production) ## Describe the problem Nothing is mention about deploying an edge function on a...
# Feature request ## Is your feature request related to a problem? Please describe. When will we get edge-functions, storage and better panel security in self-hosted sup abase? I would...
# Bug report I'm facing a relay error whenever I'm invoking an edge function using Next Middleware. Works completely fine if I'm calling the function directly from the FE (i'd...
# Bug report ## Describe the bug Getting 502 from time to time on a simple POST request. ## To Reproduce Function code, exactly as I have it now (just...