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

AWS Amplify Deployment

Has anyone tried to deploy their app on aws amplify? I am facing this issue for a while now where the app builds fine but gives a 404 when I visit the link. The logs say “clerk secret key missing”. I have put a message in the clerk channel but haven’t really received an answer for it. Sorry to put this here again but I have just been at it for a while now and wanted to know if someone else faced the same issue

hey!

hey! need help w/ monorepo. my convex backend is located in the packages folder and inside convex I use alias to import and within the convex project everything works just fine but now I lost type safety from api object within my react app which is in apps folder, you can see from the screenshot that client is any but inventory is typed, it's because for the client I imported query and mutation using alias but for inventory I used relative import...
No description

For language other than English, Korean

For language other than English, Korean in my case, fuzzy search is not working. Prefix search is working. Does anyone have this issue?

btw the dashboard custom query is always

btw the dashboard custom query is always highlighting the keyvalue on this as invalid return await ctx.db.query("table").withIndex('field', (q) => q.eq('field', { keyValue: 'stringValue'})).take(1);...

Can someone help me understand the

Can someone help me understand the importance of the record validator? The benefit over the object validator is that it adds the ability to specify the types of keys, is that about right?

yeahh i might know the problem. lets see

yeahh i might know the problem. lets see your function and probably can fix it right away

usePaginatedQuery unloading

I'm using usePaginatedQuery with infinite scroll, but I'm facing an issue. When I call loadMore(), the results array becomes empty until more content is loaded. How can I resolve this?

v.record() to only require some properties

I think it would be great to have v.record() to only require some properties, and not all when receiving data from webhook, right now all the properties require to be typed if we need to validate the data. 🍉

We are experiencing websocket reconnect

We are experiencing websocket reconnect issues, from what seems something related to @convex-dev/auth pkg Anyone from the convex team with knowledge on the pkg, that have a minute. It would be greatly appriciated. ```...

I'm taking a look at this - give me like

I'm taking a look at this - give me like an hour or two!

StackChoice options

hey guys, I am building a static page that helps with comparing BaaS platforms (and of course Convex is in it). I think the information listed is correct, but could someone double check before making this "public"? I am also checking with the other BaaS providers listed in there 🙂

really liked the convex.sucks podcast

really liked the convex.sucks podcast one more concern I have is this; Convex bills per function call and architecture sort of forcing for nested calls e.g. I have an action that 1) runs a query to get current user then 2) runs a query to get users subscription details then...

Today you should just use

Today you should just use usePaginatedQuery from Convex. You can mix and match these, most of the Convex ones are re-exported as useConvexQuery etc.

just import it and call it?

just import it and call it?

Hey y'all, does anybody know if there

Hey y'all, does anybody know if there exists some kind of diagram tooling for Convex? I vaguely recall seeing somebody post their pet project in here which generated some sort of ER-like relational diagram of your Convex tables. As our schema keeps growing in size and relations, such a thing would become more and more handy, especially for e.g. allowing users to delete their account and all associated data

hi tema,

hi tema, I am using clerk/backend and when i use const response = await clerkClient.invitations.getInvitationList(); I am getting a convex error in the logs...

Discord emojis in or out?

This is great, thank you! Sidenote: the emojis in some channel names but not others make it a bit difficult to scan through channels. Especially the section headings emojis which make it difficult to align which channels are nested beneath
No description

I'm trying to better organize my convex

I'm trying to better organize my convex folder... could I structure it like this? ``` convex/ audits/ index.ts...