You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Edge runtime container exits unexpectedly upon HTTP request when edge function uses oak 12.6.1, Supabase CLI >= 1.108.4, Edge Runtime >= 1.22.3.
DEBUG Specifier "https://deno.land/x/oak@v12.6.1/response.ts" was not mapped in import map.
Segmentation fault (core dumped)
2023/11/01 17:31:32 Sent Header: Host [api.moby.localhost]
2023/11/01 17:31:32 Sent Header: User-Agent [Docker-Client/unknown-version (linux)]
2023/11/01 17:31:32 Send Done
2023/11/01 17:31:33 Recv First Byte
error running container: exit 139
Response is:
{
"message": "An invalid response was received from the upstream server"
}
Describe the bug
Edge runtime container exits unexpectedly upon HTTP request when edge function uses oak 12.6.1, Supabase CLI >= 1.108.4, Edge Runtime >= 1.22.3.
Response is:
To Reproduce
With Supabase CLI >= 1.108.4, create a function and use Oak as the HTTP server, per the Supabase guide here:
https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions/oak-server
Run a request against the function. It'll fail and your terminal for the function will give an exit 139 error.
Expected behavior
Request handled successfully returning the string
The text was updated successfully, but these errors were encountered: