I'd like to know if development keys are invalid in self-hosted environments? Is setting environment variables the only way to remove rate limits?
i can create dev keys on self-hosted. but you can also disable abuse checks via env vars
I don't know what's wrong, my development key isn't working. The endpoint for verifying email addresses is returning a 429 error, even though the header includes the Dev API key.
can you share the request and response headers?
Yes, but I'm currently out. I'll send it to you later today. I'll also try again in the meantime.
This is also my code (it might look a bit basic). Init Appwrite Verify Email
careful about checking in the dev key and exposing it
I know, realized this morning that I accidentally committed the development key, but it has already expired.
When I encountered a 429 error during development, I immediately added the development key but forgot to use environment variables.
But I'm still very grateful for your reminder.
Recommended threads
- [1.9.5] Google OAuth do not work anymore
After migrating to 1.8.1 to 1.9.0 then 1.9.5 and login through Google I get on Flutter app "Missing redirect URL" "Your OAuth login flow is missing a proper re...
- Fatal error: Allowed memory size of 5368...
Hi how solved it worker-messaging infinite reload ` Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes) in /usr/src/co...
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...