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
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread