
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
- Request failed while trying to migrate
I want to migrate a self hosted appwrite instance to another one. When i enter the source data in the new appwrite instance and click next and wait a minute, i ...
- Appwrite API and Console keep failing
i have an appwrite docker container.... Somehow today it suddenly startet to keep failing every half an hour to two hours. The server is reachable via ping but ...
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
