Rate Limited

429user

https://inputbuffer.io/docs/api/problems/rate-limited

What it means

A widget-scoped token sent requests faster than the rate limit allows.

This usually comes from what the end user submitted rather than your integration's setup. detail is written to be safe to show them as-is, like "title is required."

How to fix it

  1. 1.

    A page is submitting feedback or reactions in a tight loop, from a double-submit bug or bulk actions.

    Disable the submit control while a request is in flight, and retry after a short backoff.

Where this happens

Still stuck? Email [email protected] with the type value above and roughly when it happened.