question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

User login give 'rate exceeded' error

See original GitHub issue

Hello, I am trying to setup a login via aws-amplify/auth in a react/JS app. I have this line in my code, which is activated on a ‘login’ button click. await Auth.signIn(this.state.email, this.state.password); Yesterday, this line worked fine. But when I got to the office this morning (having not touched the code or tried to log in for over 10 hours) I get this error when hitting the login button: {code: "TooManyRequestsException", name: "TooManyRequestsException", message: "Rate exceeded"}

I am the only user on the userpool behind this request (in fact, the only user of the entire AWS account) so I can’t figure out why the rate is being exceeded. Trying to log in once every 10 hours must be OK, right?

Does anyone know what could be happening here? I probably forgot to click the logout button yesterday, could that cause the problem? If so, how to get around it in the code (I presume lots of users will forget to logout)?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
simonrp84commented, Jul 2, 2019

@luliandro No, I have had no response from AWS at all. Neither, as far as I can see, has anyone else. Pretty poor customer service. But it definitely isn’t a problem with amplify-js, hence why I closed this issue.

0reactions
github-actions[bot]commented, Jun 12, 2021

This issue has been automatically locked since there hasn’t been any recent activity after it was closed. Please open a new issue for related bugs.

Looking for a help forum? We recommend joining the Amplify Community Discord server *-help channels or Discussions for those types of questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sign In Error 'Login Rate Exceeded' - Salesforce Help
Sign In Error 'Login Rate Exceeded' · Wait one hour and then attempt to login. · If the issue persists, this may be...
Read more >
Find the AWS API call causing "Rate exceeded" errors
To determine which API call is causing a Rate exceeded error in your AWS account, do the following: 1. Create an Amazon Athena...
Read more >
Why "Rate exceeded" error message is seen when trying to ...
Problem. 1. "Rate exceeded" error message when trying to login to SSO Cognito window. 2. Server returns HTTP response code 429. Solution.
Read more >
Salesforce API login limit issue [duplicate]
... just by holding the session id during its validity period, as recommended in the knowledge article Sign in error 'Login Rate Exceeded':....
Read more >
why i am getting rate exceeded error - Google Groups
Usually, this limit is applied when an application makes high number of requests on a single AdWords account and may return this error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found