BadDeployKey for local deployment
I'm getting this error after weeks of doing local deployment development on my laptop. Any ideas, kinda is breaking my development workflow right now.
8 Replies
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!
Hmmm, okay - billing issue (i think)...
nope not that, more people faced this including me (check general channel)
ahhh, let me check, thanks
It's not a billing issue... anyone?
I reached out to Convex Support, I am a paid user, but no one is replying...
Anyone? This is quite annyoing, and there is no information on how to fix this... please... It's telling me that I have a Bad deploy key, I'm not sure how to fix this? @jamwt @ari ? I did reach out to support, but nothing...
We're chatting in a support thread now, if anyone else sees this let us know!
Hi @ballingt, I also get this error occasionally. I had it a few weeks ago as well. Not sure anymore what caused it to start working again then.
The issue seems to be a bit random; once the Convex CLI is in this state it isn't resolved by switching to a stable branch (e.g.
main
) and rerunning convex dev
. It also doesn't seem to recover on its own; it stays in an InternalServerError loop indefinitely:
Think I'll be able to resolve this by clearing cache or creating a new dev deployment, but would appreciate help with this
Ah, it just recovered on its own! But only after looping in this state for more than 3 minutes 🤔 Is this caused by some temporary server side issue?going through the most basic chat tutorial getting this:
❯ npm run dev
> convex-tutorial@0.0.0 predev
> convex dev --once
✔ Provisioned a dev deployment and saved its name as CONVEX_DEPLOYMENT to .env.local
Write your Convex functions in convex/
Give us feedback at [https://convex.dev/community](https://convex.dev/community) or support@convex.dev
View the Convex dashboard at [https://dashboard.convex.dev/d/perceptive-bullfrog-52](https://dashboard.convex.dev/d/perceptive-bullfrog-52)
Retrying request (attempt 3/6)...
Retrying request (attempt 3/6)...
Retrying request (attempt 4/6)...
⠸ Downloading current deployment state...
⠧ Downloading current deployment state...
Retrying request (attempt 5/6)...
⠋ Downloading current deployment state...
Retrying request (attempt 6/6)...
✖ Error: Unable to pull deployment config from [https://perceptive-bullfrog-52.convex.cloud](https://perceptive-bullfrog-52.convex.cloud)
✖ TypeError: fetch failed
Failed due to network error, retrying in 529.95ms...
⠹ Downloading current deployment state...
Retrying request (attempt 3/6)...
⠹ Downloading current deployment state...
Retrying request (attempt 4/6)...
⠼ Downloading current deployment state...
Retrying request (attempt 5/6)...
⠏ Downloading current deployment state...
Retrying request (attempt 6/6)...
✖ Error: Unable to pull deployment config from [https://perceptive-bullfrog-52.convex.cloud](https://perceptive-bullfrog-52.convex.cloud)
✖ TypeError: fetch failed
Failed due to network error, retrying in 645.86ms...
This is a different issue, it's failing at the network level. If you're still hitting this you can open a separate thread for it