Why is my supabase API call not returning? #19058
Locked
GaryAustin1
announced in
Troubleshooting
Replies: 1 comment
-
This behavior and best practices are documented in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is currently a bug in supabase-js which results in a deadlock if any async API call is made in onAuthStateChange code. If a call is made in the handler then the next Supabase call anywhere using that client will hang and not return.
For now a workaround is needed until this is fixed.
supabase/auth-js#762 (comment)
Beta Was this translation helpful? Give feedback.
All reactions