I have 4 android apps , that is using same appwrite , but different project , for uploading content i have 4 admin panel , i want to host all 4 admin panel , i know there is only 2 to 3 admin , so traffic will be 2 or 3 , so which hosting will be best for deploying 3 to 4 react appwrite admin panel website . Technology Used : appwrite , react
If you're just wanting to host a react app, you could use Netlify or Vercel. Both offer free tiers. Netlify lets you make commercial apps in their free tier, whereas Vercel does not, but other than that they're very similar.
Recommended threads
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- Transactions from Android Kotlin client ...
I have a database where I want to create transactions directly in my android client. I can create a transaction with `val tx = tablesDb.createTransaction()`, an...