SonS
Convex Community9mo ago
23 replies
Son

Convex Queries re-run on all screen navigations - Expo SDK 53 in production only

In production builds, queries re-run every time I navigate to a different screen. This behavior only happens in production with SDK 53 and is not present in the following scenarios:

✅ Does not happen in:

Development mode on simulators or real devices

Production-mode simulation using:

npx expo start --no-dev --minify --dev-client

Production builds of the app using SDK 52

❌ Happens only in:

Production builds on real devices using SDK 53

This is blocking me and I can’t figure out why it’s happening only in this specific case. Has anyone else experienced this or found a workaround?
Was this page helpful?