adding convex mcp to windsurf with pnpm?
pnpm dlx -y convex@latest mcp start
This error happened while installing a direct dependency of /Users/jakubdonovan/Library/pnpm/store/v3/tmp/dlx-38333...
Project Not Loading

api.d.ts sorted differently on Windows?
React & Query/bandwidth optimization
Recommended migrations workflow for local environments
convex dev
will fail without the necessary migration.
In past roles, my teams have had a generic npm run migrate
or similar function to handle running any new or un-run migrations. Can we setup Convex this way with the migrations component to prevent devs from encountering a broken schema? Bonus points if this is something that can be integrated into predev
or seed.ts
so they don't have to manually run a migration at all......unable to delete many
Tracking document changes
Is there limitations on the dev cloud environment, or is it safe to use it for prototypes?
Provider `google` is not configured

Broken IDs: Find and Eliminate
Send params from signIn to sendVerificationRequest using ResendOTP
Unable to access identity from ctx.auth.getUserIdentity in HTTP action
aggregate index
Infinite Scrolling with TanStack Query & Convex – Is It Possible?

middleware is slowing down NextJS page render
convexAuth.isAuthneticated()
function is triggered on every page navigation. I know it was the function because when i remove the line, my page navigates to the new path instantly and i dont have that auth:isAuthenticated
log in convex.
so the question is how do i optimize it ??...
Mapping telegram user ids to Convex users
ctx.auth.getUserIdentity()
return the user?
I have a use case for telegram bot where I am looking up user by their telegram user id and then calling the actions that depend on ctx.auth.getUserIdentity()
.
I want to avoid the need to pass telegram user id to the convex actions and want to have the same experience for telegram users as a user calling via convex react client....is there a way to see my database usage??
ConvexQueryCacheProvider in Expo?
import { ConvexQueryCacheProvider } from 'convex-helpers/react/cache/provider';
and wrapping the app with <ConvexQueryCacheProvider>
But somehow I still get the error message saying that this provider is missing. I'm wondering if this is supposed to work in RN/Expo?...`.unique()`: Better error logging
Uncaught Error: unique() query returned more than one result
indicate the id of a document found not to be unique? Would help us in easily identifying and correcting erroneous data! 🙂Bug in httpAction, Authorization Bearer not working. Identity is null