edge-runtime
edge-runtime copied to clipboard
A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
**Describe the bug** After we updated supabase project and deployed our edge function we have got this error event loop error: TypeError: Deno.stat is not a function at Connection.#openSocketConnection (https://deno.land/x/[email protected]/connection/connection.ts:172:35)...
# Question Wondering if there are production deployments outside of Supabase and what the best deployment option would be. Like, besides from fly.io would something like AWS Lambda make sense?
# 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...
# 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...
# 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 I've added more changes than expected to get the Deno codebase version up, so a more careful review...
>**Since @nyannyacha had made a code refactor, maybe the original description does not reflect the architecture changes anymore, but you can still read it bellow:** Original description ## What kind...
## What kind of change does this PR introduce? Bug fix ## Description This PR fixes an issue where the `fastify` package does not work after merging the Deno 1.43...
**Is your feature request related to a problem? Please describe.** When deploying functions using `supabase functions deploy` sometimes an error will occur, but the functions deploy has already committed changes....
**Is your feature request related to a problem? Please describe.** When I do `supabase functions deploy` it takes a long time to deploy all the functions **Describe the solution you'd...