Dan Mercer
Dan Mercer
CCConvex Community
Created by Dan Mercer on 3/30/2025 in #support-community
Prod deploy mysteriously failing with 400 Bad Request: UnexpectedAuthHeaderFormat
I was able to successfully deploy my project on Vercel when I last changed it on 5 Mar 2025, but I made a frontend change today (no Convex changes) and the convex deploy step is now failing with this error:
400 Bad Request: UnexpectedAuthHeaderFormat: Unexpected auth header format. If you are trying to use preview deployments, please generate a new key in the Convex dashboard.
400 Bad Request: UnexpectedAuthHeaderFormat: Unexpected auth header format. If you are trying to use preview deployments, please generate a new key in the Convex dashboard.
I generated a new deploy key (and noticed that this new one had a different format, e.g. it was shorter - interesting) and updated my CONVEX_DEPLOY_KEY env variable in Vercel, but still no dice. Any other tips?
3 replies
CCConvex Community
Created by Dan Mercer on 5/8/2023 in #support-community
Convex deployment not working
No description
2 replies
CCConvex Community
Created by Dan Mercer on 4/23/2023 in #support-community
How to generate random base64 in mutation
5 replies
CCConvex Community
Created by Dan Mercer on 4/13/2023 in #support-community
Support for `convex import` from a snapshot export?
When I try to use convex import to restore a table snapshot I just downloaded, I get this error:
500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
Adding --append doesn't help. I'm using Convex 0.12.2
10 replies
CCConvex Community
Created by Dan Mercer on 3/31/2023 in #support-community
useConvexAuth().isAuthenticated is true, but auth fails
No description
9 replies