i dont. im extremely new to it and have
i dont. im extremely new to it and have a huge lack of knowledge and experience
This isn’t Convex-specific but curious
This isn’t Convex-specific but curious for opinions! What is the best practice for versioning documents? I have a rich text field and would like to save submissions in history for comparison and reversion.
hi, i’m new here, i just found out that
hi, i’m new here, i just found out that the only current server location for Convex is at AWS us-east; any near-future plans to add Singapore as server location for convex db? or any roadmap that we can look forward to?
I'm trying to migrate a database from
I'm trying to migrate a database from MongoDB to Convex, and I'm having some issues. Is there any way to use my MongoDB Object Ids as the ids for Convex? I tried exporting all the collections from Mongo, parsing them for Convex using a python script, then importing them into Convex. I'm getting an
invalid _id '66f6f684f63d8eba16ffbed8'
error. I'm assuming using Object Ids from Mongo isn't possible in Convex, but I thought I'd check before I try to find a work aroundis there a way to set default values in
is there a way to set default values in the schema without using literals?
e.g. i want set a boolean field to false by default...
its defaulting to using Anthropic when
its defaulting to using Anthropic when my credits ran out is there a way to change what key it uses?
Does anyone work on monorepo and get the
Does anyone work on monorepo and get the issue with typescript like this?
structure:
- apps
api (convex)...

Hi all,
Hi all,
QQ - if i have a many to many relationship, does convex have any native mechanism to avoid duplication when inserting? Or do I simply need to check that inside my mutation for the assoc tables?...
Has anyone tried using convex in a
Has anyone tried using convex in a workspace, with a web-app, an admin web-app, an expo app and a static site, and share the common stuff?
Hey! Rob here from Rownd. If there would
Hey! Rob here from Rownd. If there would be interest, we'd love to build a Convex Component to integrate our user-management / auth into Convex; we have a visual SDK on the frontend side that works well with mobile apps and webapps alike. Started falling in love with Convex a few days ago... I'm hooked and want to drag the rest of my team here 🙂
@jamwt @ian Can you provide more clarity
@Jamie @Ian Can you provide more clarity about-
1. Convex Auth/Better Auth integration- which one will be supported going forward?
2. Depth of Mastra integration with Convex(inclusions/exclusions)...
Convex IOU List Feedback
2. I did a tweet/X post/whatever you call this shit now this morning that's a bit tantamount to a long-term roadmap status. feel free to reply with any thoughts. I'm sure many of you will see your personal annoyance/requirement in my list! https://x.com/jamwt/status/1915809380123218103
Hi! Does anyone experiencing this
Hi! Does anyone experiencing this problem now? Cannot authenticate now, please try again later
It fails on
convex dev
run
```
Analyzing and deploying source code...
✖ Error: Unable to push deployment config to https://foo-bar-123.convex.cloud...I like to use a better file organisation
I like to use a better file organisation in my
/convex
directory for tables that require more than one file (mainly to organize file that can extend to 1000+ lines), when I'm inside a file in say /convex/chat/support.ts
I don't get convex's functions in /_generated
directory suggested to me, anyway I can fix that within my editor or tsconfig?Web3
Hey guys, I'm a web3 dev, and currently I'm using Convex on one of my projects, and I'm really enjoying it.
The only missing piece for me here is a way that I could easily index my onchain data on the convex db.
Indexing crypto events reliably is pretty hard and we usually use a third party infra called "The Graph" which is a complete solution which handle and process data and at the end it will give us a graphql endpoint. ...
I'm trying to use the convex agent
I'm trying to use the convex agent component, and following the docs I'm having trouble with saving outputs.
The user messages save correctly, but responses only exist within the
steps
table.
The docs indicate that the full history can be retrieved via components.agent.messages.getThreadMessages
, but I haven't had a single success of getting any responses via a query against that.
Any tips?...When I sign in using Google OAuth with
When I sign in using Google OAuth with Convex Auth, I don't get the option to pick an account. It just automatically logs in with the latest used account. How do I force account selection every time the user clicks the login button?
```ts
const { signIn } = useAuthActions();
const t = useTranslations("Auth");
...
Supported Models
Is it possible to also use other models such as o3, claude 3.7 with extended thinking or o4-mini-high, if I add my own api key?