Hi, I am currently struggling with keeping the created session alive when closing the app completely on the iPhone.
I tried different things, like storing credentials in the keychain, that does not work for me. If the app is getting closed, the first screen when opening the app again is the Welcome page and the user is logged out. Any ideas on that?
If you're using the Appwrite SDK, session persistence is handled automatically. You would need to call account.get() on app start to see if there's a session already. If it throws an exception, there's no session, so redirect the user to the log in page
Recommended threads
- SMTP flooding
I upgraded a self-hosted server from 1.8.1 to 1.9.0 then 1.9.5 and now every day at 02:00 AM seems the instance flood Mailjet with a ton of trash email "demo@ex...
- Appwrite doctor show incorrect status
Seems the appwrite doctor show an error with DB but all is working well ... DB seems healthy and connected...
- MCP on self-host is not working
Hello all, I'm trying to setup MCP with Claude Code on my self-hosted Appwrite instance 1.9.5. What I did: - Installed `uv` - Installed Claude Appwrite plugin ...