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
hey there, not sure if this is the right place, but Is there any way to set deno flags while starting supabase in local with supabase start??
I want to pass --allow-net --unsafely-ignore-certificate-errors fetch.ts while starting the supabase. As it's failing to start due to TLS verification.
hey there, not sure if this is the right place, but Is there any way to set deno flags while starting supabase in local with supabase start??
I want to pass --allow-net --unsafely-ignore-certificate-errors fetch.ts while starting the supabase. As it's failing to start due to TLS verification.
Bug report
Describe the bug
Some Deno features are locked behind an
--unstable
flag. There doesn't seem to be a way to set it for edge functions.This is a recreated issue that was registered for supabase CLI: supabase/cli#1139
To Reproduce
Unable to use
Deno.createHttpClient()
because it's behind an--unstable
flag. When serving the function the function is said to be missing.Expected behavior
A way to set Deno flags or support for unstable features.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
The text was updated successfully, but these errors were encountered: