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

can someone help me ? i made my table

can someone help me ? i made my table data in vs code on react native expo but in convex online website isn't showing...

I'm conflicted on which Auth provider to

I'm conflicted on which Auth provider to use. Convex's native solution, Clerk, or Auth0? Can someone share their personal preference and why?

I'm interested in the upcoming local

I'm interested in the upcoming local sync engine. Until then... does anyone have recommendations on libraries you would use to implement a "single player", offline-first expo/mobile app architecture? More details in 🧵.

details view of the document its not

details view of the document its not possible to scroll down right to the end on smaller resolution screens. same for documents list table. would be great to fix it

generated api

@Jamie @Tom @James Cowling So I think a key limitation of convex generated api (convex-helpers) is that it can’t be used from another convex repo (that has a separate convex backend). Is this correct? Is there a plan to address this? Thanks!

Anyone have experience using the `Action

Anyone have experience using the Action Cache component? Im running into some pretty big slow downs when incorporating it when i hit an external api. Its about 6x slower on initial fetch (with no cache hit) when querying the external api with the action cache component - compared to before with no action cache. here are some logs showcasing the 6x latency:...

Could we please fix not being able to

Could we please fix not being able to close the welcome to convex dashboard popover on convex.dev ?

lol I have been trying to get this to

lol I have been trying to get this to work for the last couple of hours. Still not working yet (not able to retrieve the list of products created in polar yet). I’ll try again later tonight.

deployment down

not to sure what you mean - as of right now i can't successfully do anything through the dashboard - just get internal error. try again messages when trying to stop, cancel, delete any scheduled fns or crons

Anyone having trouble with the convex

Anyone having trouble with the convex deployment right now? Just getting 500 Internal Server Errors for everything & cannot start my convex server or run anything through the convex dashboard ``` Failed due to network error, retrying in 1.12s... ✖ Error: Unable to start push to https://xxx.convex.cloud...
No description

maybe I should update the publish date

maybe I should update the publish date on big edits, even though the article wasn't originally published at that date. Would that feel right? Possibly misleading? Would need to update any "this just happened" text obv

Convex pricing model

Question as i'm putting my head around how convex works, so if i understand this correctly, we are charged for function calls essentially not per row/document read, as well as storage. if that is the case, if we were to run a transactions to update a record say lead and create an audit trail record, would that be completed in 1 function or is that considered 2?...

Using Convex to expose an HTTP API

hey, so we are going to go 100% convex for a new service. We do not need a client exposed api yet, but we will in the future. one of the ideas we'd like to see is autogenerated docs "openapi" and validation for api endpoints if we use convex to host our rest api. if hosting the rest api, we would like the ability to add things like rate limits, etc. to prevent bad actors....

is there a way to preload data in a

is there a way to preload data in a query from another related query? for example, say i have a list page that queries items.list. i click on an item which goes to a detail route and queries items.get(itemId). some/all of the item data is already in the list query. can i utilize that to avoid loading data we already have and provide instant results?

seeding a project

What would be the best way to seed a project? Currently running against read and write limits. I want to 1) purge an entire table, then 2) insert a lot rows. Is there anything better than 1) paginate to get all _ids and remove and for 2) create internal mutations for batches?

sending a bill on purchase

Do you guys know if I purchase convex, will they send a bill to my address?

Custom domain

I don't want it to be a convex domain name here, is it possible to change it
No description

Streaming more than text

Working with the get-convex persistent-text-streaming has been great, would appreciate some advice on handling non-text chunk appending. https://github.com/get-convex/persistent-text-streaming/blob/6c14033c16871f71fb27457c59ab1c227444999b/src/react/index.ts#L10C1-L12C2 Currently it's very straightforward to add basic chat via this component, however, when considering streaming the current state of generation for things like tool calls (eg. web browsing) it's not as clear how to handle. Are there plans to include more robust support different types of objects that could be streamed to the client, rather than just text? Or is there recommended way to handle this with the current component?...