kingyml
CCConvex Community
•Created by RJ on 12/20/2024 in #show-and-tell
`useNextPrevPaginatedQuery`
It works! Thank you and happy new year
23 replies
CCConvex Community
•Created by RJ on 12/20/2024 in #show-and-tell
`useNextPrevPaginatedQuery`
Getting an error here but it might be related to my setup. It seems like my ConvexProvider is set up correctly since useQuery, usePaginatedQuery and useQueries all work but when I switch them to useNextPrevPaginatedQuery I get this error : I have tried deleting my .next directory and made sure convex is up to date. I am using convex with clerk as well. The AI suggests the issue is my provider but its working well with everything else. Any idea what could be going on here? I can share my provider and layout.
23 replies
CCConvex Community
•Created by Matt Luo on 9/20/2024 in #general
Hello all, for Cursor.com, do you all
Appreciate the update
35 replies
CCConvex Community
•Created by Matt Luo on 9/20/2024 in #general
Hello all, for Cursor.com, do you all
I’m also curious as to what happens after the 500 Limit. Please do update
35 replies
CCConvex Community
•Created by kingyml on 9/17/2024 in #support-community
Error when using withIndex (Index not found)
Great this worked! My issue was in the
schema.ts
file. I didn't have it set up correctly. Thank you so much5 replies
CCConvex Community
•Created by kingyml on 9/17/2024 in #support-community
Error when using withIndex (Index not found)

5 replies
CCConvex Community
•Created by kingyml on 9/17/2024 in #support-community
Error when using withIndex (Index not found)
Here is the query that's not working
this query below works fine
5 replies
CCConvex Community
•Created by Riki on 9/11/2024 in #support-community
[React-Native] Custom Auth - JWT refresh issue
Sorry I think I just didn't read the docs, I had to wrap my component with
<Authenticated>
that seemed to work16 replies
CCConvex Community
•Created by Riki on 9/11/2024 in #support-community
[React-Native] Custom Auth - JWT refresh issue
Hi so I have a similar issue. I am noticing it occurs specifically when I try to call
const identity = await ctx.auth.getUserIdentity();
inside of a query like @Riki on their getHomeFeed function.
Using const identity = await ctx.auth.getUserIdentity();
in a mutation seems to work fine. I haven't tried it in an action yet. I am running convex version 1.12.1
I am using clerk and clerk is logged in fine and is sending the user Id however convex seems to not agree that the user is signed in but this is only in queries, works fine in mutations.16 replies
CCConvex Community
•Created by kingyml on 7/10/2024 in #support-community
File Bandwith Help
Yes, 1MB/minute mp3 is about right.
Looking into it now, I had no idea that’s what it takes to power those apps. I’m still learning so I’m glad you were able to teach me something there. I need to look into all those optimization techniques you mentioned and then I’ll circle back later.
Thanks Tom, this was actually really helpful! You motivated me to keep going and optimize it so I can learn all that stuff.
4 replies