Skip to main content

Custom Domain Inside Appwrite Console

Appwrite allows the use of custom domains for various services, including API endpoints, Functions, and Sites. This provides a branded experience by allowing users to interact with Appwrite services through a custom domain instead of the default Appwrite domain.

After Adding Custom Domain

The default endpoint eg. https://fra.cloud.appwrite.io/v1 will be changed to https://api.mydomain.com/v1 or whatever sub domain you choose.

Custom Domain Resolves Third-party cookies Issue

A recent change made in modern browsers will not allow your web app to use 3rd-party cookies. This change is done to protect your users' privacy from malicious web tracking services.

When accessing Appwrite from a 3rd party domain, like cloud.appwrite.io or example.com, some browsers will treat our secure cookies as 3rd-party cookies and block them, as a fallback Appwrite will store your users' sessions on the browser localStorage.