Stuck trying to get Tanstack Start + Clerk working
pnpm create convex@latest
Then chose tanstack start ...Multi Tenant Automated Deployments
Alternatives I've considered: - Run an additional script with every deployment of our NextJS server that will run
npx convex deploy with the /convex that we packaged with the NextJS image
- Run npx convex deploy as a startup script for our NextJS project...advice for migrating from pg+go+svelte
Database is down
Convex server status
Convex dashboard loading endlessly

Getting an error while running `convex dev`.
Question about how Convex makes transactions in a mutation
Convex mcp connect to self hosted instance?
type error using zodToConvexFields

Can you use convex in a chrome extension without worrying about exposing the admin “keys”?
"Invalid verifier" Error in OAuth Flow Convex Auth + Google
How to use convex in a server-only environment?
Bi-directional Paginated Queries
usePaginatedQuery hook currently functions by first loading an initial page of results starting at the top of the list. More pages can then be loaded using the .loadMore(n) function. This pagination is always one-directional (ie. you always start with the first page and load future pages)
In some cases you may want to load a paginated list starting from a specific item in the list instead of the start of the list. This is useful for jumping to a particular item in a long paginated list.
In React Query useInfiniteQuery...Running internal functions from a tooling script
npx convex run or from the Convex dashboard, and I'm interested to know if there is a SDK that we can use to do this from a script.
I tried creating a SDK wrapper myself which uses npx convex run under the hood, which does work on small queries, but I'm running into issues with JSON serialisation and shell buffer size limits.
What kind of implementation do you suggest to achieve querying a production deployment from a development script reliably? Also open for other suggestions, e.g. creating public functions with argument-based token authentication, but I am curious to learn what the suggested best practice is....URGENT! I lost access to my project!
Equivalent convex function to prisma db pull to keep multiple repos same db in sync?
Production Deployment Not Loading NEW Environment Variables (Request ID: 240ef5c77e57d120)
undefined....Convex BetterAuth
What is generally a better dev experience Better-Auth or WorkOS?