Convex Rag Component
Convex MCP read-only
Auth don't work with Next js and ConvexAuthNextjsProvider
await fetchAction(api.stripe.checkout, { plan: 'starter' }) and ...
Running into extremely high ram use on selfhosted version

Mail component for other providers?
iOS build using EAS with react native and convex auth
How to Automatically Pass a Token to Convex Server in fetchQuery and Other Functions
Is convex suited for ERP types system and multi-tenant systems?
What is a good way to implement user input sanitization (to prevent XSS)?
How to access deployment name inside Convex functions?
purple-dog-123) inside of a Convex function? I know that much of the time it could be parsed out of the CONVEX_SITE_URL or CONVEX_CLOUD_URL, but if you're using custom domains, these will contain the custom domain URLs, not the default https://purple-dog-123.convex.cloud or whatever.Can't find a way to address error: Type instantiation is excessively deep and possibly infinite.
api calls.
One workaround I found is I can do something like:
```
import { api as convexApi } from "@stilltime/backend/api";
......iOS build fails with the expo-convex-auth repo
Using ai-sdk/vertex-ai with agents
convex/agents/coordinator.ts
```
import { Agent } from "@convex-dev/agent"...Invalid schema for tool in convex agent.
Proposal: Custom or More Readable IDs in Convex
j570wphp56eeynea2scn7gefvn7hy38p using v.id('users'). They work, but they’re not very readable or ideal for use in URLs.
In a previous setup with Drizzle, I used custom IDs like user_${nanoid(12)}— readable, unique, and safe for URLs.
What I’m asking for:...Ability to filter out "deployed functions" from logs

MULTIPLE REPO WITH CONVEX
Setting up Convex with Clerk
stuck on npx convex deploy