Open Issues Need Help
View All on GitHub #2 429 při pokusu o změnu profilového obrázku | 429 when attempting to change profile picture 3 months ago
AI Summary: Debug and fix a 429 (Too Many Requests) error occurring in a React application (src/pages/AccountPage.tsx, line 70) when a user attempts to change their profile picture. The error appears even after a single request, suggesting a potential issue with server-side rate limiting or request handling.
Complexity:
4/5
bug help wanted good first issue
#1 Odstraň logy | Remove logs 3 months ago
AI Summary: Remove all instances of `console.log()`, `console.warn()`, and `console.error()` from the codebase of a school rating website. Replace debugging logs with appropriate user feedback or error handling. `alert()` calls can remain.
Complexity:
3/5
good first issue chore