
Hi everyone, despite some feedback on this problem, I still haven't managed to solve it.
I've just created a React Native application and when I ask for authentication, I get this error:
Appwrite is using localStorage for session management. Increase your security by adding a custom domain as your API endpoint.
When I created a web project in the Appwrite cloud console I defined hostname cloud.appwrite.io

Appwrite is using localStorage for session management. Increase your security by adding a custom domain as your API endpoint.
that's just a warning and it's probably going to be expected on RN because i don't think you have a URL for your app
When I created a web project in the Appwrite cloud console I defined hostname cloud.appwrite.io
You're not supposed to create a web platform with cloud.appwrite.io. that's supposed to be the domain/hostname of your web app...but i don't think you have one.

sorry again, just a silly mistake, I forgot to redirect after authentication.
Thanks a lot @Steven Steven

[SOLVED] Custom domain error
Recommended threads
- Stuck at pinging the server to finish ad...
I'm not using the starter app and I'm not sure how to finish connecting my app to Appwrite.io. Is there a CURL command I can run to finish setup?
- 500 internal error
I get a 500 internal error when trying to access my database on appwrite cloud. Sometimes it would start working but this time it never corrects.
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
