Hello, I am using my sub domain as my project endpoint, however, I still get this error.
Appwrite is using localStorage for session management. Increase your security by adding a custom domain as your API endpoint.
Why am I still getting this error?
Hi ! Did you add a custom domain ?
Yes I did. I've added 3 custom domains to my Appwrite console and I've configured their CNAME records but I get the same error with each of them
@Steven please any help?
Have you added your domain as platform?
Not custom domain but a Web platform?
I'm using localhost. And I've added it.
So, in localhost usually this would happened. When you try on a Platform with domain that shares the same domain as your app, then, this message will go away.
So for example if your Appwrite is in api.domain.com then using your app on app.domain.com for example will remove this error.
Alright. Thanks
<:appwriteupvote:899677724615016528>
[SOLVED] Security issues despite using subdomain
Recommended threads
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...