I was using the react native appwrite SDK
Expo SDK 54
react-native-appwrite version 0.13.0
I can login just fine, and browse the application which calls a function for different pages. The function is restricted to only users.
While using the app the session in my app gets cleared for some reason. My app is supposed to redirect user back to the signin page if no session is found, I haven't checked if that check is working while the user is actively in protected routes or not so am not sure if the session actually gets cleared in the current state.
However, if I close the app and reopen it, I am back in the login screen.
This is the case for Google auth as well as email and password.
I haven't checked others.
This happens randomly. But I just recreated a definite way to do this. That happens when I open a page with a webview. Implemented with react native webview. That particular page has nothing to do with appwrite functions and all.
Is there any problem in Expo 54?
I am currently unable to provide a reproduction as it's 2.30 am here. Will definitely provide one by morning
One more thing, the session is still active in the console.
Recommended threads
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...