Nick Schaefer
Nick Schaefer2mo ago

React Native Offline App Behavior

I'm build an iOS app with Expo / React Native. I am using Expo Go at least for now (honestly this could be my issue...). Testing on an iPhone. What's the default behavior for Convex functions when network connection is lost? I was expecting an error, but instead what happened was nothing until I reconnected to the network and it processed all the requests. Is this normal? I was hoping it would throw an error or something so I could handle it, instead it created a buggy UI experience. I'll have to make a dev build to really test this, but just wanted to see if anyone knew the expected behavior here. Thanks.
2 Replies
Convex Bot
Convex Bot2mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
erquhart
erquhart5w ago
The Convex client doesn't currently have proactive handling for connection issues, but you can poll the connection state to add your own: https://docs.convex.dev/api/classes/react.ConvexReactClient#connectionstate

Did you find this page helpful?