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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...