I see a 429 error in the developer console
If you see a POST request to https://api.rollbar.com/api/1/item/ throwing a 429 error in your console, you can ignore it! We use Rollbar internally to track sdk errors.
You can also ignore any api calls to user/login/email/status that return a 401 error - that's a poller that runs in the background and checks if the user has clicked the Magic Link.

You can also ignore any api calls to user/login/email/status that return a 401 error - that's a poller that runs in the background and checks if the user has clicked the Magic Link.

Updated on: 25/03/2022
Thank you!