Tom Ballinger
Tom Ballinger
What's your use case, why do you want to install this as a binary? This is possible but it would take significant work because parts of the convex CLI use...
Hi @luanlucho, check out https://docs.convex.dev/auth/advanced/custom-jwt which lets you specify a custom location of the jwks instead of expecting a `/.well-known/openid-configuration` route to exist to find it.
This is a good idea but I'd like to think more about it since we're going to be stuck with it forever. The main alternative I'm thinking about is an...
@rafay99-epic could you try npx instead of bun in case that's the problem? We'd like bun to work, but would be useful to narrow down. What OS? Try again like...
> same issue. after deleting ~/.convex and reauthenticating it says failed to load deployment config @jeevanpillay "failed to load deployment config" is expected if you delete your .convex folder, that's...
Could you try this with `CONVEX_VERBOSE=1 npx convex dev`?
We'll call it out in the release and make this change, this is just better.
100% agree, it's on this list
Which clients are you talking about? For ConvexHttpClient, sure. For WebSocket clients, actions are send immediately on the WebSocket, so adding an abortSignal would require protocol work so send a...
Re ENG-7052 you can run these locally, but if you have a fix for the flakes that'd be great 😄