You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I just found this project and love it so far! I keep having an issue with the signup page serving a "too many requests" error after 3-4 page loads after startup; simply restarting the container fixes the issue, but then after 3-4 more page loads it happens again.
Found the issue lol: security.signup_max_rate / WAKAPI_SIGNUP_MAX_RATE was set to the default of 5/1h. I changed it to 1/1s. I don't think that just loading the page should count against you though.
Hi @kcoderhtml, thanks for bringing this up! I had a look at it and turns out that GET /signup is rate-limited, while POST /signup actually isn't. That's definitely a bug. Will fix it.
Hi! I just found this project and love it so far! I keep having an issue with the signup page serving a "too many requests" error after 3-4 page loads after startup; simply restarting the container fixes the issue, but then after 3-4 more page loads it happens again.
System information
2.11.2
Here's my docker compose; it's super simple and basically the same as the README sample minus the Postgres container.
Docker container logs:
The text was updated successfully, but these errors were encountered: