Too many requests, please try again later.

After a few clicks and 10 sec of browsing the website I migrated from Heroku, I get a blank screen with “Too many requests, please try again later.”
What ?!

We have nothing that returns this error.

What URL are you getting this from?

Oh, my bad. Looks like we do as of today. Is that while visiting your dashboard on fly.io?

This error should only show up on our signup page. Will you share the url you’re seeing it on?

If this is your website, check and see if you have a rate limiting plug-in enabled. You may need to configure it to see the true request ip.

I found out it was one of my modules (express-rate-limit - npm)
I just changed the settings to more request per less time.