edge-runtime
edge-runtime copied to clipboard
A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
**Describe the bug** The edge-runtime does not terminate the worker for a few minutes after starting. This causes a pretty severe memory leak since a new worker is created for...
**Describe the bug** It seems that after my edge function has been running locally for some time (perhaps a few minutes) I start to get these messages in the logs:...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
## What kind of change does this PR introduce? Feature ## Description WIP...
**Describe the bug** Currently trying to download a function from my Supabase project and it's throwing a strange error no matter what I do Error states: thread 'main' panicked at...
# Bug report Unfortunately npm:mssql is not running with the current deno version of edge runtime. There is a problem in the TLS handshake. This should also appear to packages...
# Bug report Currently, NPM modules are not supported in import maps. It makes the runtime fail: **Import map:** ```json { "imports": { "iseven": "npm:is-even" } } ``` **Code:** ```...
# Bug report ## Describe the bug I'm trying to follow the [official puppeteer example](https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions/puppeteer) but Puppeteer requires Deno to be run with the --unstable flag. See the documentation [here](https://deno.land/x/[email protected]):...
issue with dynamic import in edge function https://github.com/orgs/supabase/discussions/18662 I believe this is related to https://docs.deno.com/runtime/manual/tools/compiler#dynamic-imports Thanks in advance
# Bug report Originally posted in the main [supabase repo](https://github.com/supabase/supabase/issues/9373), but reposting here as it seems to have regressed. ## Describe the bug When attempting to call an edge function...