upptime / upptime

⬆️ GitHub Actions uptime monitor & status page by @AnandChowdhary
https://upptime.js.org
MIT License
15.35k stars 867 forks source link

Generic error page is shown instead of rate-limit page #1002

Open jzbor opened 1 week ago

jzbor commented 1 week ago

Describe the bug A lot of times, when running into the API rate-limit I get the generic /error page instead of the special rate-limit page.

To Reproduce Sadly, I am unable to reproduce the issue reliably.

Our page is https://status.pfadfindenby.de. The repo can be found at https://github.com/pfadfinden-bayern/status.

Expected behavior The generic error page should only be shown if an error occurs that is unexpected to the service.

Screenshots image

Desktop (please complete the following information):

jzbor commented 1 week ago

One case where I get the error is after actually adding a token...

ajh123 commented 1 week ago

I've been getting this error to, sometimes.

These are the steps I did for it to happen to me.

  1. When the rate limit page shows, close it
  2. Open the status page again
  3. See the generic error page (every time you refresh, instead of the rate limit page)
jzbor commented 1 week ago

It also seems like clearing data and cookies can help fix the issue