Convex Community

CC

Convex Community

Join the Convex Discord! Explore Convex, the open-source reactive database for app developers.

Join

support-community

show-and-tell

general

self-hosted

announcements

I'm afk today, feeling very sick, so won

I'm afk today, feeling very sick, so won't be able to help with anything. cheers everyone. If a scammer see's this while a mod is off duty:...

If I just keep the BetterAuth provider

If I just keep the BetterAuth provider and remove the "expectAuth" property, then I get errors on the components where authentication is required. For example I have a sidebar that displays user's info and I just get this: ``` [CONVEX Q(auth:getCurrentUser)] [Request ID: db9231822e85f5aa] Server Error Uncaught Error: Unauthenticated at getAuthUser [as getAuthUser] (../../node_modules/@convex-dev/better-auth/src/client/index.ts:538:13)...

Heyo, Im getting an error after clearing

Heyo, Im getting an error after clearing my episodes table and adding items to a different table:
Found ID "jx710mhbsdtz4dyz175vfvna717shz3d" from table episodes
Seems like convex assumes the id is still taken by an episode? How can I fix it...

Supported bring-your-own-cloud

Hello! I've been using convex for awhile now and the DX is on another level... I'm a co-founder of a startup that's currently building multiple apps for the Philippine government right now and would like to use Convex as the backend. Unfortunately, based off of what I read on the docs, it seems self-hosted options only scale vertically. The problem I've got is that our government wants to run things on-prem (as they should) for data privacy... I was hoping to get in touch with someone here at Convex to see if there are any possibilities with horizontal scaling in an on-prem environment. Maybe we pay a yearly license or something like that? Thanks so much!...

hi! Does anyone know, what is the go-to

hi! Does anyone know, what is the go-to way to implement a KV inside Convex environment (specifically node runtime on self-host)? Is it to use a separate table in schema or to hook up Redis?

File and image compression workflows

What's the best way to compress images before putting them in convex file storage?

Hi folks I am trying to setup the convex

Hi folks I am trying to setup the convex eslint rules. For some reason the rules are not applying on custom convex queries.. Any idea on what I am doing wrong here? I am using the ESLint 9 flat config. Any help is appreciated Thanks.
No description

Vercel Deployment Error

Yeah, It says It can't find the ENV for Deploy Key. But, Key is there present in the ENV Variables(I checked it) since the project was deployed 1st time and since then I'm daily pushing new code to my repo and build is working fine and its getting deployed. But, I got this error 1st time today.

has someone use airbyte to stream data

has someone use airbyte to stream data out to something like clickhouse or motherduck? it seems to be broken. I am running the binary locally though

Hey guys, I am building an app that has

Hey guys, I am building an app that has notes in it (think Obsidian). But I was curious and a bit confused about the data layer for this since I was using Convex. How would I go about saving these notes and do a fast sync like how Notion does it? Just looking for some ideas here or anything really that can point me to the right direction...

Agent Mode

Iโ€™ll try that. I just wanted to emphasize that what Iโ€™m asking about is a different kind of agent than what I suspect the agent channel is for. My understanding is that the agent channel is for the Convex AI agent component made by Ian, while Iโ€™m asking about the agent mode flag you can enable to run Convex without being signed up. https://docs.convex.dev/cli/agent-mode That way, tools like Cursorโ€™s background agent or OpenAI Codex can set up Convex on their local VM while you do async/LLM coding. So theyโ€™re really two different things. Do you still think Ian and the agent channel is the right place to ask?...

You mean these? I've had a couple of

You mean these? I've had a couple of type issues and I just had to enforce some types sometimes, afaik it was not the paths but instead crazy type inference due to me doing meta programming with string interpolation `. ``` "paths": { "@/": ["../src/"], "@convex/": ["./"]...

would be nice to have something more

would be nice to have something more built-in. also, afaik requests blocked by the rate limiter, still count towards your quota

would love to be able to have search in

would love to be able to have search in Functions of convex dashboard
No description

how to avoid CORS on convex functions

how to avoid CORS on convex functions I have SITE_URL set correctly...

I get a very strange error in production

I get a very strange error in production but I don't get how to get its logs, vercel doesn't show anything convex dashboard doesn't show anything in its functions too anyone know what I can do in such cases?...
No description