Is this a Bubble 429 HTTP error or a Discord 429 error?

Hi y’all.

I am consistently getting 429 Responses on a plugin that I own. It’s for Discord OAuth integration. Basically I’m trying to pull an attached account’s Discord servers and save them.

I keep getting rate limiting errors even though there is a considerable amount of time in between API requests. The response says contact plugin author, but that doesn’t help me.

It doesn’t say anything about plan limits (this is a Starter app), so I’m unsure why bubble would be forcing rate limits on me. A return of 20 servers does NOT go over the Bubble, nor the Discord rate limit. Has anybody had this issue before? I try waiting hours in between requests but no, still 429…

Looks like a Discord error. Also rate limiting isn’t caused from one API request, but if you make too many in a given amount of time. Not sure if this helps at all but I saw this online Discord Developer Portal. Maybe your plugin is making a bunch of requests quickly? I see a bunch of stuff about it returning a 429 error for a bunch of reasons :scream: