Hello everyone,
I’m using the OpenAI API in my Next.js project. The app makes a single API request to retrieve dog breeds. However, when I make the request, I get a 429 error (Too Many Requests). This error appears even though it’s the first time I’m making a request with my newly created account.
Here’s the part of my code that makes the API request:
Problems:
- Error 429 (Too Many Requests) appears even though I’m only making one request.
- My account is new, and I haven’t reached the request limit.
- The code seems to be correct, as I’m only making one API request and I don’t see any additional requests.
Has anyone experienced this issue? Is it related to OpenAI’s free account limits or something in the code I’m overlooking?