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?
Bug: Console missing CONVEX_DEPLOY_KEY

Make phone provider a valid credentials provider
secret
(password) is set retrospectively and thus a phone provider could also be used for credentials, but perhaps only when secret
field is actually populated.
Is something like that to be expected in the future?
Thanks....Buffered queue race
Verifying JWS Signed Payload in Convex httpAction