SupabaseS
Supabase4y ago
hko

Invoking Edge Function from Browser

I am building an OAuth flow using edge functions. I want to use a Supabase function for the redirect URL, however, when the redirect happens, the endpoint returns Only POST and OPTIONS requests are supported.

Obviously, the browser is invoking the function with a GET request. Are there any workarounds that could make those possible?
Was this page helpful?