Change8
Error3 reports

Fix AuthApiError

in Supabase JS

Solution

AuthApiError usually indicates a problem with the data you're sending to the Supabase Auth API, commonly due to missing or invalid parameters like the auth code, code verifier, or refresh token during authentication flows (especially OAuth or code exchange). Double-check that all required parameters are present and correctly formatted according to the Supabase documentation for the specific authentication method you are using. Ensure that parameters like the 'code_verifier' generated during sign-in are properly stored and used during the exchange process.

Timeline

First reported:Jan 17, 2025
Last reported:May 26, 2025

Need More Help?

View the full changelog and migration guides for Supabase JS

View Supabase JS Changelog