supabase / supabase-js

An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.
https://supabase.com
MIT License
2.83k stars 219 forks source link

Twitter OAuth stopped working #980

Open Kylar13 opened 2 months ago

Kylar13 commented 2 months ago

Bug report

Describe the bug

Twitter authentication stopped working, we get an error saying "No API key found in this request".

But the client library is initialized with the correct API keys and signing in with email still works, it's just Twitter that has stopped working.

To Reproduce

Configure a supabase client with the correct env variables and launch a twitter OAuth flow

Expected behavior

You get redirected to twitter and after to your callback route

Screenshots

fe48cfa0-e0af-4062-960e-8e330f918262

System information