Convex stopped updating functions and schema, with no error shown
Convex Triggers + Aggregates Pattern Question
Are there performance problems?
Strange Table Corruption on Database Import?
Convex Deployment Frozen after Aggregations clearing
Can't delete my Convex account

Workflow typings not being generated
Augment Code + Convex?
Best way to send the cookie response to my convex instance after successful authentication
convex.setAuth(access_token) but not sure if it even worked!
I also used the middleware from convex-auth to implement it 😅
```ts
const isSignInPage = createRouteMatcher(["/start",]);...import.meta not supported - calling helper fn
import.meta not supported error when trying to run this:
```ts
// convex/tasks.ts
export const deleteTask = mutation({...Inconsistent behavior with Convex Agent Text & Vector Search
Uncaught Error: Unauthenticated at handler
<UserButton /> I get this error:
Uncaught Error: Unauthenticated at handler.
It happens in one screen where I'm making a query, what I imagine it happens is that in Signout I lost the session, and the query is there trying to fetch data, and it fails, but I'll expect the redirect to happen first. Is there a way to fix this?...Query workflows and steps from the component database
how to manage larger convex codebase
fetch failed when run action
TypeError: fetch failed at node:internal/deps/undici/undici:13510:13 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async ConvexHttpClient.action (file:///app/apps/discord-bot/build/index.js:2367:22) at async checkRunningAutoRaid (file:///app/apps/discord-bot/build/index.js:153946:22) at async file:///app/apps/discord-bot/build/index.js:153520:34 at async dispatch (file:///app/apps/discord-bot/build/index.js:97870:17) at async cors2 (file:///app/apps/discord-bot/build/index.js:99424:5) at async dispatch (file:///app/apps/discord-bot/build/index.js:97870:17) at async file:///app/apps/discord-bot/build/index.js:98742:25 at async responseViaResponseObject (file:///app/apps/discord-bot/build/index.js:97750:13) { [cause]: AggregateError [ETIMEDOUT]: at internalConnectMultiple (node:net:1122:18) at internalConnectMultiple (node:net:1190:5) at Timeout.internalConnectMultipleTimeout (node:net:1716:5) at listOnTimeout (node:internal/timers:583:11) at process.processTimers (node:internal/timers:519:7) { code: 'ETIMEDOUT', [errors]: [ [Error], [Error], [Error], [Error], [Error], [Error] ] } }
TypeError: fetch failed at node:internal/deps/undici/undici:13510:13 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async ConvexHttpClient.action (file:///app/apps/discord-bot/build/index.js:2367:22) at async checkRunningAutoRaid (file:///app/apps/discord-bot/build/index.js:153946:22) at async file:///app/apps/discord-bot/build/index.js:153520:34 at async dispatch (file:///app/apps/discord-bot/build/index.js:97870:17) at async cors2 (file:///app/apps/discord-bot/build/index.js:99424:5) at async dispatch (file:///app/apps/discord-bot/build/index.js:97870:17) at async file:///app/apps/discord-bot/build/index.js:98742:25 at async responseViaResponseObject (file:///app/apps/discord-bot/build/index.js:97750:13) { [cause]: AggregateError [ETIMEDOUT]: at internalConnectMultiple (node:net:1122:18) at internalConnectMultiple (node:net:1190:5) at Timeout.internalConnectMultipleTimeout (node:net:1716:5) at listOnTimeout (node:internal/timers:583:11) at process.processTimers (node:internal/timers:519:7) { code: 'ETIMEDOUT', [errors]: [ [Error], [Error], [Error], [Error], [Error], [Error] ] } }
Discord bot
_id or separate "pkey" ID
users, documents, documentFragments etc. Each have their own unique "primary key", so for example, in the users table, I have a field userID, in the documents table, I have documentID, etc.
...Monorepo template is not working
Trigger on agent component tables
