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
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...