That definitely sounds frustrating especially with the UI behaving inconsistently and the 429 errors on the API. This could be rate limiting from a spike in requests (not necessarily a compromise), but it’s worth checking logs, rotating your API key, and reviewing request patterns to be safe. I’ve seen similar cases tied to temporary platform issues or misconfigured polling loops. I can help you dig into this directly and pinpoint the cause. Are you seeing the high request volume coming from your own app logs or unknown sources?
@Deadroom