Incorrect invalid type error?
Doc Issue: Wrong applicationID in WorkOS AuthKit example
How to query records from multiple tables? (JOIN)
Convex Outage?
cache in helper functions
ctx.db.get() calls for the same document ID within a single query transaction when using helper functions?
If i have Query Q which passes the QueryCtx to TS helper function A which ctx.get/ctx.withIndex a document and then the ctx is passed to helper function B which queries for the same document, does convex cache this?...Deploy to Convex self-host
✖ Error fetching POST https://api.convex.dev/api/deployment/url_for_key 400 Bad Request: InvalidDeploymentName: Couldn't parse deployment name railway
Error: Command "bunx convex deploy --cmd 'bun run build'" exited with 1
✖ Error fetching POST https://api.convex.dev/api/deployment/url_for_key 400 Bad Request: InvalidDeploymentName: Couldn't parse deployment name railway
Error: Command "bunx convex deploy --cmd 'bun run build'" exited with 1
TypeScript Type Error: Workflows Not Accessible via `internal` API
workflowManager.define() through the internal API, TypeScript throws an error saying the workflow property doesn't exist, even though the code works perfectly at runtime.
Code Example
...Better Auth with Convex working in dev but broken in prod
BETTER_AUTH_SECRET, SITE_URL
BETTER_AUTH_SECRET, SITE_URL
How can I have multiple Convex deployments inside the same project?
src/app-a/convex and src/app-b/convex, and then update convex.json and env.local accordingly when I need to access a specific project. But when running convex dev, I get the same data for both apps (where I'd expect to see different data based on the project.) Is there a way to differentiate these projects? If so, which variables does convex dev takes into account to start different projects?How to optimize strings for search relevance?
.withSearchIndex The records have multiple fields like name, description, artist, song, album which I concatenate into a single string and store as a searchDescription field.I can't tell from the docs how I can optimize this field. While the results generally return in a sensible order, there are some results that I don't quite understand. For example, given the search term "metallica," why does "AJFA Tone AJFA TONE metallicabossmk2" return higher in the order than ""metallica metallica Felipeisloco399" ?...
How to avoid hitting the limit while joining and sorting two tables
convex breaking on mobile app after EAS OTA update

Convex Auth Could not resolve "@convex-dev/auth/server"
npx @convex-dev/auth (I meant to use bun but I think thats fine) when I bunx convex dev.
```
❯ bunx convex dev
⠸ Bundling component schemas and implementations......Restore nuked data
deploy docs missing step
Go to the Project Settings page in the Convex Dashboard. Click the Generate Production Deploy Key button to generate a Production deploy key....
Parallel actions
Unable to figure out what the difference is.
"Copy for LLM" button on docs pages

RAG Filter name location is not valid
Index not found error even when the index is defined in the schema