Hello, I'm curios what statement is correct and is it a bug or not. Here is the documentation screenshot and my function execution logs.
"Rate limits do not apply when accessing Appwrite with a Server SDK authenticated using an API key." - Docs
"Error creating pending account: Rate limit for the current endpoint has been exceeded. Please try again after some time." - Cloud function log
TL;DR
Documentation states that rate limits do not apply when accessing Appwrite with a Server SDK authenticated using an API key, but a developer is receiving a rate limit error in the cloud function log. This may indicate a bug or misconfiguration.