filtering pagination
When using
getPages
(from convex-helpers/server/pagination
), how can I apply a filter (or search)
? I would to pagination through the table payments
but only on a subset of this table. But I can't see a way to apply a filter. It looks like the pagination applies to the whole table by defaulthey guys ! I wanted to switch from
hey guys ! I wanted to switch from mongoDB to convex on my app and my app is currently using tanstack query. I seen on the doc that we can use tanstack query with convex, but is it usefull ?
Some of the templates have gone pretty deep
Hello! Is there any “real world code” example around ? I think we have thousands of hello world demo or prototypes but i didn’t find one structured example or open source project. I would love to learn from that
I saw that convex actions timeout after
I saw that convex actions timeout after 10 minutes, is there any way to bypass this limit? I need to call an API and then keep fetching for the progress (I show a progress bar in the UI) until it is completed, most of the times it justs takes 1 minute but I don’t want to lose the tasks that take longer than 10min
Clerk to Convex
Anyone who has moved their auth from clerk to convex-auth? Would love to know more about your experience
whats up with the dashboard if you are
whats up with the dashboard if you are on a development instance and you refresh it goes straight to 404, i also can no longer get to links to other dev enviroments
Gotta thank you for sharing this. I was
Gotta thank you for sharing this. I was fighting the UI portion of this personal app I'm building, and not really liking the outcome. Ditching Tailwind and moving to Mantine has literally made the development process enjoyable again, partly because I'm moving a lot faster, but also because the Mantine components are just built so freaking well.
Convex Auth JWT key
Loving convex so far! Looking to implement auth, and have two users:
- user: password or OAuth SSO.
- positions: QR code / perpetual magic link
Positions are users who might be different people, but they need access if they are filling their volunteer role. ...
missing word
In the best practices guide, can someone clarify what’s meant here? I think there’s a missing word
If someone needs to make changes to the frontend of an an app or website that uses they can run it against the production deployment by setting an environment variable, without ever needing to run the Convex CLI tool.https://docs.convex.dev/production/best-practices/...
Another question about Convex caching,
Another question about Convex caching, this time related to the built-in caching of queries on the back end. Say I run a given query multiple times in relatively quick succession; e.g. I'm flipping between routes in my Remix app, and each route runs a different query. The data isn't changing between route changes, so the later queries return cached data.
How do those cached query returns impact my bandwidth stats? In other words, if Convex returns cached data for a query, does that still count towards my bandwidth, or is the bandwidth only affected when a query returns non-cached data?...
Multiple projects for a single app
Hey guys, I'm developing app for multiplayer game with convex and react, my app will be have more than 10 games, and each game will be have different gameplay , interaction, database, maybe some game have chat features.
My question :
1. Am I need to create separate database for user management, social / friends feature, and for each games interactions?
2. Can we use 2 projects / database on single apps? ...
Something's still not clicking. Can you
Something's still not clicking. Can you give some examples where caching would be a detriment due to the problems you listed?
```
Validator<Record<string, any>, "required", any>): TableDefinition<Validator<Record<string, any>, "required", any>, {}, {}, {}>', gave the following error.
Object literal may only specify known properties, and 'firstName' does not exist in type 'Validator<Record<string, any>, "required", any>'.
Validator<Record<string, any>, "required", any>): TableDefinition<Validator<Record<string, any>, "required", any>, {}, {}, {}>', gave the following error.
Object literal may only specify known properties, and 'firstName' does not exist in type 'Validator<Record<string, any>, "required", any>'.
Hey all, I found out about Convex 2 days
Hey all, I found out about Convex 2 days ago and I haven't eaten since then
thank you!! im migrating from prisma, i
thank you!! im migrating from prisma, i had this enum Status {
DRAFT
PUBLISHED
ARCHIVED
}...
Is there an option to use another
Is there an option to use another database provider like postgres but with convex functions?
Hey everyone, first post so go easy if
Hey everyone, first post so go easy if this is the wrong place to start a convo like this... however I'm in an odd place where I have a small but growing database of motorsports data that I have been slowly building up as a passion project over the years, but its in a highly dated and very basic LAMP stack that started in 2009 and has been held together with parcel tape and dreams ever since...
I want to finally use the data to create a public web app (maybe phone app?) and I want to use it as a ground up learning exp but be 'modern' and i KNOW convex is the right starting point! I found it purely by chance and it seems ideal the more I read.. but I honestly dont know where to start when it comes to the rest of the stack or even the approach with migrating the mysql/php horrorshow over!?
can anyone point me in the direction of a stack you think might suit? a tutorial/guide/101 setup for something vaguely similar?...