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
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...