Trouble Creating Preview Deployment
Adding a secondary email to Convex account
Advanced Sorting, Filtering and Pagination Help
Can't access WorkOS dashboard
Stuck in permanent unauthenticated state after access token expiry (AuthKit, Next.js)
auth.getIdentity() throw.
* AuthKit refreshes the token (verified in useAccessToken()).
* The Convex backend starts accepting the new token — new successful queries appear in the Convex dashboard....Failed to import Prod to Dev due to crons component validation
Does await block next query?
await blocking? Or does convex special magic sauce call them at the same time? As I'm typing out this question, I'm realizing it must block it in case the second query needs data from the first. But I guess I'll ask in case anyone else questions this.
```
const users1 = await promise.all(
userIds.map((userId) => ctx.db.get(userId))...Convex Account SAML SSO
using functions from betterAuth component
``
smsyjyazn3s7vmadb:' [Error: Could not find public function for 'adapter:findOne'. Did you forget to run npx convex dev or npx convex deploy`?]...Convex Components for Mini-Game Isolation (Recommended Usage?)
Calling Convex queries and mutations from Next JS API routes validated by WorkOS API keys
How not to expose functions to the client but still be able to call them server side somehow?
Large codebase: internal type only shows one module
internal.todoist doesn't exist, but it's in the generated api.d.ts.
Environment: ~200 Convex functions, TypeScript strict mode, Bun runtime...Issue with login
How to handle Websocket Errors
(Convex Auth) Uncaught Error: InvalidKey
Password provider and a React hook to handle sign-in. My backend code looks like this:
```ts...
Can't Push code to dev server or connect via cli

(Convex website itself) Error 11 Chrome/Mac opening https://dashboard.convex.dev/t/teamname
Unique indexes when using Convex Ents
