Hi guys I am new to this platform so I dont know if I am doing anything wrong.
On dsahboard the request count is about 50k even though I dont feel like I have done much (I am only using databases and auth)
and also If I look into database usages it's around 300 (Read/Write)
So I was wondering if request count on dashboard is normal or i am doing something wrong so I am sending request to Appwrite all the time.
Recommended threads
- Getting CORS error when accessing websit...
When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-ra...
- listDocuments is deprecated. What should...
``` const database = new Databases(client); export const updateSearchCount = async (query: string, movie: Movie) => { const result = await database.listDoc...
- Account.get throwing an error on EXPO SD...
I am updating my react app to use EXPO SDK 54 and appwrite-react-native SDK 0.17.x but the account.get() function is not working I use it to get the current us...