Default env vars aren't being used on new preview deployments
Error throw after deleting entity in React Native
.delete method, I use the router to dismiss back to the List screen but my "get(id)" query throws. I believe because Convex is still listening and the screen might be mounted somewhere
...Line endings on _generated code
read data is toomuch
Exporting component-specific data from production to development
ConvexHttpClient to query specific documents from production and subsequently use npx convex import to import them into my development deployment.
I would also like to copy over specific documents like this for data stored inside non-app components. Is it possible to do this right now? I do see that npx convex import has an option to specify a --component path, but I don't know if it's possible to programmatically query specific documents from a non-app component.
I know it's possible to export all data using npx convex export, but I'd like to only export specific documents since exporting the full production database can take a long time....withSearchIndex does not return results when running tests, but does in production.
await db.query("tasks").withSearchIndex("search_name", (q) => q.search("name", taskName)).paginate(paginationOpts)
await db.query("tasks").withSearchIndex("search_name", (q) => q.search("name", taskName)).paginate(paginationOpts)
Environment Variables Not Loading During Testing in Convex Application
Intermittent 404s with Convex Auth + NextJS
convexAuth.isAuthenticated() + nextjsMiddlewareRedirect to send users to the right location based on whether they're signed in or not. ...Setting up convex with better-auth

OpenAI Agent and Persistent-text-streaming with tool calls

How do I delete a local project?
Paginatedquery rerunning
Using custom query with typescript filtering and pagination. Performance and limitation issues.
.filterWith. We have this table structure
```ts...Can't login to pro account
Integrating stripe connect into convex
No auto update of instructions for AI agent components
Convex with TanStack Start
zCustomQuery and use of zid + Id<"tableName" returns type errors: is incompatible with index
zid("tableName") in the validator.
fyi: using convex ents, but that doesn't appear related....When I use a paginated query, is there a quick way to know the total count?
.collect()
.collect()
Upgrading AI SDK to v5 in Convex RAG component
export const rag = new RAG(components.rag, {
textEmbeddingModel: google.textEmbeddingModel("gemini-embedding-001"),
embeddingDimension: 2048,
});
export const rag = new RAG(components.rag, {
textEmbeddingModel: google.textEmbeddingModel("gemini-embedding-001"),
embeddingDimension: 2048,
});