First of all, i'm trying this from a sub-domain of the actual domain that is set in appwrite as custom domain. the error message i'm getting while trying to fetch current logged in user in the client-side says "Invalid Origin. Register your new client (<MY_CUSTOM_DOMAIN>) as a new Web platform on your project console dashboard" with code 1008. but it works fine in the server side. why is that?
Appwrite: Cloud Stack: Nextjs@14
Did you register the new sub domain as a new platform in your appwrite
?
Recommended threads
- Project is currently blocked
When accessing the Appwrite console, I receive the message: "Project is currently blocked. Access to this project is restricted. Contact support if the issue pe...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...