tailwind
Index query with "OR" statement
Combination of .paginate and getPage question
testing convex
Catching error when creating a user
Middleware Issue on our Nextjs project
await convexAuth.isAuthenticated()
await convexAuth.isAuthenticated()
Type Issue with gameId in Convex Query
Cannot solve "Convex functions should not directly call other Convex functions"
Promise.all()
because I get a lot of logs.
My helper functions:
```ts
// convex/models/routes.ts
...Sharing Convex Authentication State Between Main App and Share Extension in React Native
Error: Unexpected token 'N', "No matchin"... is not valid JSON
Could not load the "sharp" module using the linux-arm64 runtime
bun
pkg manager. Any thoughts from anyone?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. ...