Change8
Error1 reports

Fix AuthRetryableFetchError

in Supabase JS

Solution

AuthRetryableFetchError in supabase-js usually indicates network connectivity issues or incorrect Supabase URL/anon key, especially after OTA updates in environments like Expo where the app's configuration might be temporarily out of sync. Verify your Supabase URL and anon key are correctly set and accessible from the updated app version, and consider implementing a retry mechanism with exponential backoff for auth calls to handle transient network problems. Ensure your build environment is correctly configured to inject the correct environment variables.

Related Issues

Real GitHub issues where developers encountered this error:

Timeline

First reported:Jan 29, 2025
Last reported:Jan 29, 2025

Need More Help?

View the full changelog and migration guides for Supabase JS

View Supabase JS Changelog