Convex Community

CC

Convex Community

Join the Convex Discord! Explore Convex, the fullstack TypeScript platform for developers and startup founders.

Join

support-community

show-and-tell

general

self-hosted

announcements

is there a method to populate the query

is there a method to populate the query with foriegn key data? ``` export const getAllStock = query({ args: {}, handler: async (ctx) => {...

I would prefer to use ChatGPT with the

I would prefer to use ChatGPT with the model of my choice. Additionally, I want to provide the entire stack's documentation as source material, including Nuxt, Vue, Convex, etc.

optimistic updates for paginated queries

is it possible to have optimistic update of paginated query localstore?

https://github.com/get-convex/convex-

https://github.com/get-convex/convex-helpers/blob/main/packages/convex-helpers/README.md#validator-utilities in validator utils i need to define table again to validate parameters. is it possible to use existing from schema? ```import { Table } from "convex-helpers/server";...

I don't understand your question

I don't understand your question

i did a cron job in convex my convex

i did a cron job in convex my convex read write database is 12gb in bandwidth how do i resolve this issue
No description

One, a React Framework

Does anyone have thoughts or experience with https://onestack.dev/ ?

does anyone know how to apply filter

does anyone know how to apply filter here for "contain" instead of equal?
No description

> Convex supports indexes containing up

Convex supports indexes containing up to 16 fields. You can define 32 indexes on each table. Indexes can't contain duplicate fields.
tried three fields, been battling with typescript for more than an hour gonna continue tomrorow...

enforce unique indexes

is there a way to enforce unique indexes that combine multiple columns like in sql. like product id, product size, product color. this way when mutation would try to insert already existing combination of colums convex would throw an error?

My current working solution is to go to

My current working solution is to go to prod after deployment and run the convex function using the dashboard

i am using next js with convex and i am

i am using next js with convex and i am trying to use convex auth and i followed the docs , but i keep getting this error
No description

I disabled all extensions (literally all

I disabled all extensions (literally all). And restarted, but the calculation takes 10 minutes, and after any changes it starts over again 😦

Optimistic update rollback on mutation failure

can you please point me out what code does it? because i ported react client to solidjs. maybe its because of this

schedules page needs some work.

schedules page needs some work. 1. there is some visual glitch like its refreshing all the time or something 2. its not visible when the function is going to execute...

App Ideas

What kinda of apps or app clones would you like to see built on Convex? Drop your ideas in the thread. Thanks!

But the schema cannot be updated if

But the schema cannot be updated if there is existing data unless you turn off schema validation, right?

Is there a way that I can track a convex

Is there a way that I can track a convex fatal error? [CONVEX FATAL ERROR] Auth provider discovery of https://79ad67f7cae0.ngrok.app/api/ failed...

I don't think so – it was working fine

I don't think so – it was working fine as of about 5 hours ago. I don't run a vpn or any custom connectivity stuff The fact that it appears to be failing silently makes debugging difficult...

hello everyone, im finding extremely

hello everyone, im finding extremely confusing to configure authentication with a stack with next.js, clerk, and convex, so many tutorials referring each other, im kind of lost and i dont know wat is the official tutorial anymore. am I missing something? is instead convex auth now reccomended?