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
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- TLS provisioning failure for custom doma...
Hi Appwrite team, we’re using Appwrite Sites and TLS provisioning for our custom domain fails. Domain: somnara.app Error: Failed to create TLS subscription –...
- Functions Problem
Whenever I run my AI Generate through Appwrite Functions, I am getting this Call Stack AIService.generateServer (src\services\ai\gemini.ts) next (<native>) ...