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
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- sh: vite: Permission denied
When installing the vue starter template as site and then adding DaisyUI, i get the error `sh: vite: Permission denied`. I also got this issue (with a fresh tem...
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...