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
Duplicate a File
Are there any plans for optimistic updates by default?
aggrea
Are immediately scheduled functions FIFO?
Making useQueries more type-safe
Unconventional Authentication Implementation
Http Action no authentication
if(identity == null){...
useAuthToken hook is not working with Auth0. it returns null
SwiftUI with Convex and Clerk problem :
Offset-based pagination returns NULL
null
. Random access works fine. Getting the total count gives me a number greater than the number of records in the table. I've "repaired" my aggregates. Setting the offset to a high value sometimes returns a result but seems to be a random field from the record.