Storing generated audio file doesn't work in action. Same code works fine in HTTP action.
await request.blob()
will give you the correct input." error but I am sure that I pass blob.
```
try {
const ttsResponse = await openaiTTS(botText);
console.log('ttsResponse', ttsResponse.status, ttsResponse.statusText);...COPPA compliance?
Using pagination in convex vs something like TanStack Tables?
structuredClone ✨
use node
. I imagine a lot of people will be hitting this in the coming weeks as our industry is now solely dedicated to building apps with AI™...Join tables query / paginate
How to tell the query to include specific fields
Suggestions on schema best practice?
{phone_numbers: {home: xxxxxxxxxx},{mobile: yyyyyyyyyy}}
...gemini
React-Native / Jest / Convex-test setup issue

Joining related tables help
aggregate component query is using a lot of bandwidth (exceeding 300gb after first week implement)
convex auth user creation
filter index based on multiple possible values?
pending
. due to lots of users, and lots of posts per user, we have an index set up to index posts by ["userId", "status"]. therefore, we query like so:
``` const userPosts = await ctx.db
.query("posts")
.withIndex("by_userId_status", (q) => q.eq("userId", user?._id).eq('status', 'pending')...Problem posting an image to Convex storage. Please help me!!!!
Convex Auth catching different type of error on sign in/sign up
[ConvexAuth] Doc<'users'> don't update from default authTables
I'm having problems integrating launch darkly
convex swift with clerk
I need to rekey my tables after importing