Post by Sanjeet Kushwaha
SDE1-Snapmint | Building NudgeIt | Android | Kotlin | Compose | KMM | Springboot
Found a Bug (BAD UX) takeUforward While practicing DSA problems on the TakeUForward platform, I noticed a rate limiting bug: When a user hits the "Too many requests, please try again later" limit, and retries again: The error messages begin multiplying exponentially. 1 error → retry → 2 → retry → 4 → retry → 8… and so on. It quickly floods the UI with overlapping alerts (screenshot attached). Possible cause: The retry mechanism isn't throttled or debounced after the initial block, and every retry keeps stacking toast notifications without clearing the previous state. Hope this helps the dev team identify and fix it! Raj Vikramaditya #bugreport #DSA #takeuforward #webdevelopment #frontend #rateLimiting #feedback