Big dataset not in filter
Is Convex websockets down?
How to aggregate documents (more than 16K)?
Race conditions with single use refresh tokens for Convex Auth
How to handle call-back in convex ?
convex auth: you can only send testing emails to your own account??
[Convex Auth]: convexAuth() causes "Type instantiation is excessively deep and possibly infinite."
Type instantiation is excessively deep and possibly infinite.
error on our api
object whenever we export our Convex auth stuff from auth.ts
, e.g. with this simple example:
```
import { convexAuth } from '@convex-dev/auth/server';
import { Password } from '@convex-dev/auth/providers/Password';...neq condition for `withIndex`
Tanstack + Realtime not working
i had to calculate data from db. and i ended up using pagination with mutation. fallbacks ?
export const getAllDataWithDetails = mutation({
args: { paginationOpts: paginationOptsValidator, filterType: v.string() },
handler: async (ctx, args) => {
const { filterType, paginationOpts } = args;
...Cannot get current user
Do i have to re-write the validation again ??
schema.table.subscriptions.validator
. The function compiles fine in the cloud, however when running the function im getting this error where my validator is just an empty object.vectorsearch by filter fields is not working?
Convex Cursor docs
Programmatically creating cron jobs
How to resolve "use platform: node" error when compiling a node package?
Pagination with preloaded data
usePaginatedQuery
And i also want to ask... is this possible in Convex : Cursor-based pagination: allowing me to jump to a specific page using a cursor token Offset-based pagination...?...
Convex Auth with OTPs for React-Native with Expo error with verificationRequest
Convex Auth getUserIdentity() returns object without email
nextjs
and a react native expo
app.
The nextjs app uses the new convex auth
lib for authentication while the expo
app uses clerk
.
I am observing that when auth.getUserIndentity()
is called from expo
(in other word called within a function called from expo), it returns a user object with all keys: user name, phoneNmber, emailVerified
...etc...