We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
429 Too Many Requests error appears in local
set -B # enable brace expansion for i in {1..300}; do curl --request POST \ --url http://127.0.0.1:5000/password-reset \ --header 'Content-Type: application/json' \ --header 'X-Session-Id: 360bf0c5-5fb2-430f-8902-77b8041237a9' \ --data '{ "email": "daniil@gmail.com" }' done
you will get 429 error code in some time. Which shouldn't be the case.
No error on local
app.auth.routes.ip_whitelist
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
429 Too Many Requests error appears in local
To Reproduce
you will get 429 error code in some time.
Which shouldn't be the case.
Expected behavior
No error on local
Task
app.auth.routes.ip_whitelist
which doesn't work on local docker environment.The text was updated successfully, but these errors were encountered: