how do i skip indexed query field
too many bytes read
error. please help
schema.ts
```ts
.index("organizationId_postedAt_experiment", [...PushNotifications component, should I also build out in app notifications?
Type 'Iterable<FromType>' can only be iterated through when using the '--downlevelIteration' flag
16 | for (const item of list) {...
Error retrieving function spec from your Convex deployment......

Best solution for checks like unique username
Issue with Google Login in Production
Can I use "skip" with zQuery?
useQuery
I can pass skip
, but when I try it throws an error because of my zod schema in the query definition. Is there a workaround for this?
```
const fileWithData = useQuery(
api.files.getFile,
stagedImageId...Is the bound key required when reading an aggregate count with namespace?
app.use(aggregate, { name: "partners_payments" });
app.use(aggregate, { name: "partners_payments" });
Action context inside auth callback
afterUserCreatedOrUpdated
callback, but I'm getting the following error:
Uncaught TypeError: ctx.runAction is not a functionA lot of the documentation talks about runAction, but I could only find examples of using it with useAction on the client. I really want to add details to the users table with 3rd party information after create. ...
how do i use convex auth without react.
Deploy a Backend app with Bun-Convex on Vercel
filtering documents with getPage
getPage
function so I can control the pagination more. But I can't seem to figure out how the filtering works. For example, I have a messages table that stores messages all the messages from many companies. However, I'm not sure how I would only include those results in the getPage return since I don't see a param that allows me to filter my index 🤔
eg this is my function right now and I only want the results with only a particular channelId and destinationId. How would I achieve this?
Thank you for any advice in advance!...Disable table
Transient Error in Cron
Validation of (partial) Convex-schemas
Querying api for status
ActionRetrier docs
Querying array fields in Convex
Issues running Convex Python client behind Docker
Looking through the docs for the sdk I noticed that there are technically 2 client objects, a websocket based one and an http one, my guess is I'm not exposing whatever port the websocket is trying to communicate through as the http client appears to work fine. ...
Return more detailed errors to the client (Convex Auth)
throw new ConvexError
, is it possible?
I see in the Convex Dashboard, in the logs tab, that when a user enters the wrong password it is logged Invalid password
. I'd like to know this and return a specific error in the client rather than a specific one. But right now I don't know if it is possible to do this. Thanks!...