Good
Good17h ago

Unable to develop locally

- npx convex dev
? Welcome to Convex! Would you like to login to your account?
Start without an account (run Convex locally)
? Which project would you like to use? new
? Choose a name: ground-zero
✖ GitHub API returned 403: {"message":"API rate limit exceeded for 152.59.85.127. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}

✖ Hit an error while running local deployment.
Your error has been reported to our team, and we'll be working on it.
To opt out, run `npx convex disable-local-deployments`. Then re-run your original command.
? Welcome to Convex! Would you like to login to your account?
Start without an account (run Convex locally)
? Which project would you like to use? new
? Choose a name: ground-zero
✖ GitHub API returned 403: {"message":"API rate limit exceeded for 152.59.85.127. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}

✖ Hit an error while running local deployment.
Your error has been reported to our team, and we'll be working on it.
To opt out, run `npx convex disable-local-deployments`. Then re-run your original command.
2 Replies
Convex Bot
Convex Bot17h ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
erquhart
erquhart2h ago
Have you run this command a bunch in a short period of time by chance, or using GitHub api yourself with no token? The cli checks github via api for local deployments, doesn't accept a token currently. But should take a lot of calls to hit rate limit on its own.

Did you find this page helpful?