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

Background work

I think GPT O3 probably gave me a good response, but I want to confirm. There is no waitUntil but can either await it or use: ```ts ctx.scheduler.runAfter(0, internal.analytics.trackUserSignup, { userId });...

Do you have any plans to add something

Do you have any plans to add something like SELECT DISTINCT from sql to convex?

I have a problem with esbuild. I'm

I have a problem with esbuild. I'm trying to use the unified with remark-parse on server side. It uses nested dependency decode-named-character-reference which has multiple exports dependent on platform. ESBuild set platform to "browser", which causes push to fail because it tries to bundle index.dom.js instead of index.js. ``` Failed to analyze xxx.js: Uncaught ReferenceError: document is not defined at <anonymous> (../node_modules/decode-named-character-reference/index.dom.js:10:16)...

Hey convex users! Here's a simple script

Hey convex users! Here's a simple script to add the changelog file to your cursor rules folder ! handy to have.

Hey Convey community and staff 👋

Hey Convey community and staff 👋 I've been trying to push forward for use of Convex in my org and I am getting some traction, but recently hit a snag. Generally it seems to be one of trust and confidence. Convex fells to be not "established enough" or not "corporate enough" for my org 😢 To alleviate it, it's been suggested, a good way would be to get some testimonials from other companies that actually use Convex successfully at a reasonable or better - large scale. I am sure there are many examples of that but it's hard to find concrete evidence. (one college said: if Convex had website section "who uses use: Netlfix" - there would be no issue 😅) ...

I'm sure this has been asked here a

I'm sure this has been asked here a billion times, but I have not seen any answers that directly answer my question. Is there a way to select only certain columns to query on convex? Say I have users...

automatic axiom dashboard is 🔥

automatic axiom dashboard is 🔥
No description

does convex auth work in api route of

does convex auth work in api route of nextjs if yes how do i get current user?

Pricing w/PlanetScale

considering planetScale is offering a lot cheaper price, will there be any pricing changes in convex?

zod validation roadmap & philosophy

also would like to hear convex's philosophy long term around this subject, because zod's api is quite comprehensive https://zod.dev/api i'm just going through my codebase and across 200+ files referencing zod here are some random examples: z.coerce.number()...

you know how many records can we return

you know how many records can we return per query? like max?

If not, can somebody help me build out a

If not, can somebody help me build out a crypto auth system on Convex?

Airtable to Convex: bidirectional links?

Hey! Curious yout thoughts about how best to design bidirectional links like in Airtable. Just curious about your thought regarding best architecture, in terms of consistency, flexibility, indexing, and atomicity. One thing to consider, in airtable when creating linked field, it will always be matched with a new "mirrored" field on the table you linked to....

Hey guys, trying out convex recently and

Hey guys, trying out convex recently and its going well but had a q - does anybody know what the best way would be to get clean error messages from queries? I see in the docs everywhere on how to handle application errors in mutations but it doesn't address queries very well. I know to wrap in react with an error boundary, but still the message field is pretty convuluted including convex specific info and request id. Thats useful for me for logging but I don't want to show that to my users, just the clean client friendly error message. I currently throw the errors from my queries. Maybe I should instead be returning an actual error object instead of throwing, or perhaps throwing a ConvexError instead? Been looking but can't find anywhere documenting best practices for query error handling....

Debugging bandwidth usage

i was hoping i could do it with the local version but i guess not. does self hosted actually show the bandwidth usage?

geoloaction on the backend

What you just said makes no sense to me. That would have to be geo-location data that comes volunteered from the client? I am asking about connection-data in the backend for the backend to be able to make an informed decision on how to handle an anonymous request.

deleting a column in a table

hi, is removing a row in a table that unused (with db) as easy as deleting argument in the schema?

Hey guys, i have dillema between

Hey guys, i have dillema between choosing svelte or next.js for my first convex project. To this point i only used next.js , but now i need to build project management app ( no seo required). Convex Chef is using svelte , but because i never used it i'm not sure. Any tips ?