The filter helper is limited by the 16384 documents scanned?

Getting Server error when setting Github sign in with Convex Auth in Next js
Remix and preloadQuery or alternatives
preloadQuery
from convex/nextjs
in my remix component loader
but get a bunch of errors. Any recommendations?
My test code is:
```typescript...Logs do not work
I need to get the accesstoken and other information from Oauth with Github provider using convexAuth
Using clerk node sdk in convex
convex with next server actions data fetching problem

Unable to log in
Are there any plans for a convex hosting service?
Http actions VS Actions
Convex Auth - /api/auth/ - 404 not found

Auth Callbacks cannot use indexes when making a db.query()

Batch Patch Error
Convex Auth with NodeMailer OTP
convex-ents field options default and index
.field("userCount", v.number(), { default: 1, index: true })
...Cant get to my convex dashboard

Setting up a custom domain
Uncaught Error: ConvexReactClient requires a URL like 'https://happy-otter-123.convex.cloud'.
Uncaught Error: ConvexReactClient requires a URL like 'https://happy-otter-123.convex.cloud'.
Video processing
Serializing/deserializing `Request`/`Response` objects in HTTP action
@effect/platform
🙂) doing so requires me to run the HTTP endpoint handlers in a Node runtime. I'm at the point where I have a function (request: Request) => Response
, but if I can't run the handler directly in the HTTP action, maybe I could serialize/deserialize the Request
/Response
objects? I'm curious whether this has come up before, and...Use cases for using Tanstack Query and Convex together?