ibrahimyaacob
ibrahimyaacob
CCConvex Community
Created by ibrahimyaacob on 12/2/2024 in #support-community
adding react native (expo) to existing Next + Convex app (with Convex Auth)
I'm pretty new with Mobile and prefeably wouldnt want to use Turborepo to avoid major refactor (and i have skill issue). how would i achieve this? any advice ?
3 replies
CCConvex Community
Created by ibrahimyaacob on 11/29/2024 in #support-community
how to get client timezone
my app is sending email action (convex action + react email), I've rendered a date time using date.now() on the email body and when the email is sent to the client, they got the server date time, how do i compensate this ? I'm guessing that I'll need to get the request's time zone, but how ?
5 replies
CCConvex Community
Created by ibrahimyaacob on 11/20/2024 in #support-community
[ents] filter by index with a field and order by "updatedAt" instead of "_creation_time"
Im using ents to fetch the list of item by its indexed field, and i can only perform order based on created time. i need the updated time!
15 replies
CCConvex Community
Created by ibrahimyaacob on 10/19/2024 in #support-community
Convex client queries .doc() returns Generic document but Convex Functions deploy with success
No description
8 replies
CCConvex Community
Created by ibrahimyaacob on 9/24/2024 in #support-community
where is Ents version of QueryCtx ?
No description
3 replies
CCConvex Community
Created by ibrahimyaacob on 9/21/2024 in #support-community
i need to cancel duplicated scheduled task
is there such feature. I have a webhook that fires multiple times in a short period and i need to cancel if its duplicated
5 replies
CCConvex Community
Created by ibrahimyaacob on 9/12/2024 in #support-community
convex logs only last for 1 day ? I need 3 weeks at least
I like how railway logs works, can anyone give a better recommendation ?
3 replies
CCConvex Community
Created by ibrahimyaacob on 9/10/2024 in #support-community
tanstack mutation onError doesnt handle convex error properly
No description
13 replies
CCConvex Community
Created by ibrahimyaacob on 9/10/2024 in #support-community
how to customize magic link email template?
No description
4 replies
CCConvex Community
Created by ibrahimyaacob on 9/9/2024 in #support-community
convex auth: you can only send testing emails to your own account??
No description
7 replies
CCConvex Community
Created by ibrahimyaacob on 9/9/2024 in #support-community
Do i have to re-write the validation again ??
No description
17 replies
CCConvex Community
Created by ibrahimyaacob on 8/18/2024 in #support-community
using convex schema as react hook form resolver
How do i achieve this ?
1 replies
CCConvex Community
Created by ibrahimyaacob on 8/3/2024 in #support-community
ConvexAuthNextjsServerProvider not available
No description
6 replies
CCConvex Community
Created by ibrahimyaacob on 7/26/2024 in #support-community
Convex Auth on Server Component
after sign up. this code below in server component,
const currentUser = await fetchQuery(api.getUser.currentUser);
console.log({ currentUser });
const currentUser = await fetchQuery(api.getUser.currentUser);
console.log({ currentUser });
it returns null. How do i get the user data on server component. Please help me!
10 replies
CCConvex Community
Created by ibrahimyaacob on 7/10/2024 in #support-community
how to implement image Vector search with convex?
What would be the right way to implement using convex stack. I might be wrong but I've check that, openai doesnt have the api for converting image to embeddings. Any suggestions ?
8 replies
CCConvex Community
Created by ibrahimyaacob on 7/4/2024 in #support-community
How to do image search/similarity scoring with vector ?
I'm trying to build image scoring system, and i want to use convex vector and storage for this.
1 replies
CCConvex Community
Created by ibrahimyaacob on 6/29/2024 in #support-community
How to get other user's clerk data?
i want to get user's profile url from clerk, am i expected to use @clerk/backend package and create an action function. that would be terrible.. whats the right way to do it?
3 replies
CCConvex Community
Created by ibrahimyaacob on 6/23/2024 in #support-community
I need to rank users
I have a table called players with a column score. i want to return the ranking of the user for a leaderboard. I need an advice, should i create a column called rank and keep updating the whole table when the score changes, or is there a way to get the rank another way ?
6 replies
CCConvex Community
Created by ibrahimyaacob on 6/16/2024 in #support-community
query x random items in the table ?
How do i perform the query that returns random items from the table
2 replies
CCConvex Community
Created by ibrahimyaacob on 6/16/2024 in #support-community
how to create a temporary file
i need to create a file on backend, in Nextjs, i have the ability to create a file using fs module on /tmp dir. Is there a way to do the same on convex? how do i run fs.createWriteStream ?
6 replies