Using Expo & React Native (on Web) with react-native-appwrite, I had setup my login function to use createEmailPasswordSession to login. Which seemed to work fine until I recently started trying a Firefox browser, and my login broke. After inspecting dev tools, I found multiple errors where Firefox is refusing to store the cookies when logging in:
Cookie “a_session_chatly” has been rejected because it is foreign and does not have the “Partitioned“ attribute.
Recommended threads
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...