
When I set custom domain to my appwrite, and I send an api request from website, server api directing me to the appwrite login page. Is there a way to prevent this? I mean when user want to see where the request sending, not see appwrite login page.

that's kind of how custom domain or CNAMEs work. your custom domain == cloud.appwrite.io 🧐

I mean is there any way to not let this happen? Because in this case I need to write backend and connect that to cloud and send api requests from client to that server. For example when we entered the custom domain its not show the cloud login page, is it possible?

sorry i don't understand

No its not possible. A domain will resolve to its assigned target. In simple tersm, you've just set an alias for the cloud.appwrite.io domain. So anything requested to your domain or appwrite's domain will show the same page.
Recommended threads
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
