
Hello, I'm developing an Expo app using Appwrite for user login. Everything works fine locally (both with npx expo run and npx expo run:android --variant release), but when I build the app (eas build --profile preview --platform android), the login process indicates that the user logged in successfully, yet I can't access the user's info afterward. It's strange, and I'm not sure how to debug it since this only happens in the build version.
Here's my GitHub repo: https://github.com/CallMeAl3x/ZenPet The relevant code is in sign-in.tsx and compte.tsx, where the user's info should be displayed.

oh my

it was my fucking eas.json

Hey guys, how can I manage my Appwrite keys efficiently, using only one file for both development (currently in .env) and deployment (currently in eas.json) in my React Native Expo project?
Recommended threads
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
