how to use authRateLimits?
Convex Auth user table fields
ConvexReactClient query() return type?
query()
should be a Promise
of the result, but if there's an existing result, it gets returned directly without being wrapped in a promise. Is this a bug?
https://github.com/get-convex/convex-js/blob/main/src/react/client.ts#L459...How do I extend convex auth with my custom auth provider?
singIn("my-custom-provider", {address, message, signature})
singIn("my-custom-provider", {address, message, signature})
Error: [CONVEX Q(documents:getSidebar)]
Setting non-auth client context
Using non-primary GitHub email when signing up for Convex
Service Outage?
Dynamic table
Correct pattern for running a query onClick without re-running on re-render.
Convex 1.14.1 WebSocket InternalServerError
sentry errors
Hello,
npx convex dev
. I have created a deployment key in the Convex dashboard for both dev and production and added those as secrets in github.
In my github workflow I am adding the key into an env variable like this:
```...Next.js URL not changing using the documented middleware and ConvexAuth setup
/sign-in
until I refresh.
Not sure if this is a bug or user error and I've missed something....Is there anything similar like ConvexAuthNextjsServerProvider for Remix?
How to handle searching in an existing database where the state field has 2 versions of the text
NY
and ny
.
Should I convert everything to uppercase and then search?...How Can We Collaborate Across Multiple Repos on the Same Convex Instance?
Using orCreateOrUpdate user in callback
${url}/${userId}/${tokenId}
2. I keep getting a 302 error but everything is still working correctly....The inferred type of X cannot be named without a reference (some module path)
apps/web
only just like a simple nextjs app.
But while build I'm having a type issue: ...How to upload images using Convex storage? (Solved)