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

Where is this in the documentation?

Where is this in the documentation?

reactive vs non-reactive query from another backend service

Is there a difference between calling a reactive vs non-reactive query from another backend service? Say, FastAPI

Hey all, could use some insight on

Hey all, could use some insight on implementing authorization

Convex + extentions

Has anyone made a working chrome extension with convex? If so, share links please?

Convex OAuth

is there convex oauth for linking and get an account api key in exchange?

it's near the top of the list for us!

it's near the top of the list for us! Probably within a couple months.

@erquhart any idea how I can use

@erquhart any idea how I can use setUserPassword from better-auth admin?

would it be crazy to add a new api path

would it be crazy to add a new api path along with api, internal.. authenticated - seems like it would improve my dx 🙃

useQuery function to trigger toast

Mind if i ask if there's a mutation somewhere, that updates the query?

is this toast meant to look like this?

is this toast meant to look like this?
No description

Hi it’s on a case by case bases for now

Hi it’s on a case by case bases for now and looking to support more open-source projects in the future if it’s good for the community. What did you build?

Mutation sub-transactions

Thats what I was considering However this requires switching everything to an action Cant do that inside of a mutation Would be great for mutations to have both a happy and an error path handler for alternative mutations when the intended fails...

i guess i need to make the cron job that

i guess i need to make the cron job that always finishes in 1s if i make it 1s
No description

Design Zeni

can you tell the dif between the github logo and the others
No description

But teams doing these kinds of patterns

But teams doing these kinds of patterns normally spin up a project per customer. We have an API that lets you do this programmatically. Let us know if you need access to it.

Currently *everything* is in US East.

Currently everything is in US East. Other regions are supposed to be coming later this year.

No. A partnership for hackathons. Thats

No. A partnership for hackathons. Thats what the partnership is about

examples/local-bot-api/webhook.ts at mai...

Hi guys, I'm new to convex, I'm trying to migrate something I have in express to httpActions, but I don't understand how I should do it. This helper from grammyjs -> webhookCallback It exposes what is needed to run a telegram bot in webhook mode. Using the /webhook path, and "controlling" that path post method to run the telegram bot. ``` const server = express() // 3. Register a handler for the bot...

checking out the polar component Sean

checking out the polar component Sean worked on - looks pretty sweet. For a Saas that has subscriptions bound to Teams, (not users directly, though I'd still like to have a customer binding to a user), would the polar component support this architecture? In the examples on the docs, the subscription bindings seem to be with users themselves (as it should be for most products)....

Auth on next.js app

why does getting this route return a 404? I went through the setup guide for github auth on convex auth docs. ``` ~ dev$ curl http://127.0.0.1:3210 This Convex deployment is running. See https://docs.convex.dev/.% ...
No description