Debounce calls to a mutation without doing so for the optimistic update

Next build error when ran in github action
bun run build
locally though.
```
Error: No address provided to ConvexReactClient.
If trying to deploy to production, make sure to follow all the instructions found at https://docs.convex.dev/production/hosting/...Edit Panel displays previously selected document instead of current Selection

[deprecated] Race condition error upon await ctx.auth.getUserIdentity();

Debugging Clerk Webhook Issues: "session.ended" event not triggering with Convex integration

CustomFunctions, vitest and multiple query call in a query
Full-text search across fields in different tables
Error: `headers` was called outside a request scope.
Error: `headers` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context
Error: `headers` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context
Fuzzy search for function names in functions panel
custom functions and getAll helper
How to register rateLimiter component in convex-test?
t.registerComponent()
, with a string name(rateLimiter), schema(can't figure how to get this from the@convex-dev/rate-limiter
package), and modules(no idea either). Any guidance would be appreciated 🙂Testing `withIdentity` in `convex-test`
userMutation
and a custom query for userQuery
which use getAuthUserId
to pass along the current userId and verify that a user is authenticated. I then use these custom mutations and queries whenever I want one of my Convex functions to run with authentication for the current user.
I want to write tests for these queries and mutations, and I understand I can use t.withIdentity
to mock a user account. How can I get the mock id
from the withIdentity
user? When I try accessing it, I get a typescript error that the mocked user's id
doesn't exist on Id<"users">
....dbRules functions not being triggered
Can anyone access data with CONVEX_URL without authentication setup?
Run Python script in Action?
Next.js 15 Convex Auth unable to login with Google OAuth
Convex Paginated Query with TanStack React Query
How to retrieve files from the Storage in Convex
Any idea why `NEXT_PUBLIC_CONVEX_URL` is required in a vercel deployment of using convex auth?
NEXT_PUBLIC_CONVEX_URL
was required ENV. there was an application server error due to it being missing. I assume triggered via convex-auth provider. During local development, this was never needed. My local .env
did not include it.
I did have NEXT_PUBLIC_CONVEX_CLOUD_URL
which what was used when initializing the client auth via const convex = new ConvexReactClient(process.env.NEXT_PUBLIC_CONVEX_CLOUD_URL!);
however, no reference to NEXT_PUBLIC_CONVEX_URL
within the project....String into ID !
