I have a domain purchased on hostinger. I am also using their email hosting so there are DNS records for the email that are important. appwrite sites wants me to use their name servers instead of the hostinger ones.
What would be the best way to resolve this issue? bring the current hostinger domain records into the appwrite name servers? or let hostinger's name servers manage the domain and add a record to point to appwrite site's ip address somehow?
I just want email and a website on the same domain.
I did the latter, I set a CNAME record on my DNS provider to point to the appwrite sites domain. But it's really up to you, both methods will work. You can move the mx record to appwrite dns.
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...