Got a very weird one... working with realtime and ...
# javascript
k
Got a very weird one... working with realtime and react native/expo. Realtime calls work fine in the dev client version of the app on iOS and Android and on iOS on prod builds but not android. Anyone seen anything similar? I'm a bit at a loss on how to chase it down
Smells a bit like https://github.com/supabase/supabase/discussions/6522 although I'm not seeing any errors, upgraded the supabase js client to 1.35.3 just in case and didn't resolve the issue.
Downgrading
react-native-url-polyfill
to
1.2.0
from
1.3.0
may have resolved it, I'll update here after further testing