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
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...