I've recently been getting this error in Appwrite and I really don't quite understand why, the rate limits are different per endpoint but I think it's from account.get() in different places? How often are you guys calling this vs relying on state vars to update?
can you maybe share the network request logs that shows the error?
Let's verify if it is rate limiting account.get()
, this endpoint shouldn't be rate limited, like other get endpoints in Appwrite.
This could be another endpoint being rate limited, or it could be a bug, let us know 😄
Yes 100% let me check, they’re on https://dailymatchup.com/login
Seems like
it could be from me getting their member account?
i don't see any rate limit error here 🧐
There's no error atm no, but it happens from that endpoint I believe, it happened yesterday trying to login lemme try that again
@Drake so when I log in there seems to be some fkery going on, for lack of a better word
{"message":"Server Error","code":500,"type":"general_unknown","version":"1.4.9"}
from a query of queries[0]=equal("user_id"%2C+["64fce4ee7249c9e9eed1"])
and that happened with a few things
Check the server logs for the 500 error
which log
Docker logs
I'm aware, there's a lot of services
I checked database worker and nothing
If you get a 500 error from an API request, it's always the appwrite container
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- 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...