You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the implementations we're doing with this cool library is enabling username search.
The server-side API being called has rate limits applied, and may respond with a 429 Too Many Requests error, and today the library barfs:
Uncaught (in promise) Error: Server responded with status 429
at extended.doFetch (autocomplete.js:224:1)
at async extended.fetchResults (autocomplete.js:200:1)
One of the implementations we're doing with this cool library is enabling username search.
The server-side API being called has rate limits applied, and may respond with a 429 Too Many Requests error, and today the library barfs:
(Thanks for adding that in #115 ! )
The question is:
The text was updated successfully, but these errors were encountered: