I would like to use appwrite to create a user account and billing. To ensure that information about a user's payment balance is available at any time, I want to use several servers with synchronous appwrite instances and synchronous user data. So if one of the servers was unavailable for some time, others would replace it. And when it became available, all information in the databases would be synchronized. Does the appwrite support this? Is there documentation on this topic?
Recommended threads
- 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...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...