Crashes on expo ios development build
Closed this issue · 1 comments
izner32 commented
Bug report
- [/ ] I confirm this is a bug with Supabase, not with my own application.
- [ /] I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
The app crashes on my expo ios development build. The app was built using eas. Everything works perfectly on my android.
To Reproduce
- Create supabase client at utils/supabase.tsx. I tried using EXPO_PUBLIC_... as environment variable, I tried development environment variable, and I tried hardcoding the values at createClient but still experiencing the same result
- Call supabase.auth.signInWithIdentityToken or signInWithOtp. Other supabase.auth.{function} works
Expected behavior
I expect the app not to crash just like how it is in my expo android development build
Screenshots
N/A
System information
- Device: iPhone 11 Pro
- Version of supabase-js: ^2.49.8
- Version of expo: 53.0.9
Additional context
N/A
izner32 commented
Update: it is actually an expo dev client issue.