ibrahimyaacob
ibrahimyaacob
Explore posts from servers
CCConvex Community
Created by ibrahimyaacob on 1/23/2025 in #support-community
aggregate component query is using a lot of bandwidth (exceeding 300gb after first week implement)
i need support on this one. i admit that i have many fields/metric that im currently aggregating (just to get count). but i dont expect that it'd be this much
5 replies
CCConvex Community
Created by ibrahimyaacob on 1/23/2025 in #support-community
i need username + password sign up with convex auth
as what it said in the title. how do i do this ?
4 replies
CCConvex Community
Created by ibrahimyaacob on 1/22/2025 in #support-community
Convex Auth catching different type of error on sign in/sign up
I want to be able to display the right message to user for example. on sign up - user already sign in - password is not secure enough on sign in - email & password does not match etc..
5 replies
CCConvex Community
Created by ibrahimyaacob on 1/17/2025 in #support-community
DELETE_MISSING_KEY error on aggregate.trigger() on trigger (convex helper)
No description
32 replies
CCConvex Community
Created by ibrahimyaacob on 1/17/2025 in #support-community
Uncaught ConvexError: InvalidCursor: Tried to run a query starting from a cursor, but it looks like
No description
1 replies
CCConvex Community
Created by ibrahimyaacob on 1/16/2025 in #support-community
How to catch too many bytes read in a single function execution error ?
i have a query function that performs multiple queries below.
export const queryfunction = query({

// expensive query 1
const result1 = await ctx.db("..")

// expensive query 2
const result2 = await ctx.db("..")

})
export const queryfunction = query({

// expensive query 1
const result1 = await ctx.db("..")

// expensive query 2
const result2 = await ctx.db("..")

})
right now im trying to understand if the the too many bytes read in a single function is caused by a single db query or is it triggered by sum of that multiple queries? if its the later, how do i catch it in serverside ?
8 replies
CCConvex Community
Created by ibrahimyaacob on 1/11/2025 in #support-community
npx convex dev doesnt download generated code from another repo
No description
19 replies
CCConvex Community
Created by ibrahimyaacob on 1/10/2025 in #support-community
sign in as user ?
with convex auth, how do i sign in as user. its for the usecase where admins need to debug what is happening to user's account.
6 replies
CCConvex Community
Created by ibrahimyaacob on 1/9/2025 in #support-community
sign in link and password sign up creates two separate users
I need help with this one. How do i merge the two sign up method so that it detects its the same email
4 replies
CCConvex Community
Created by ibrahimyaacob on 1/6/2025 in #support-community
how to query all rows (recursively) ?
i need to pull all the between two dates but i need to query an estimate of 1mil++ rows. I know convex doesnt like big queries, so im guessing i need to run in recursively untill it is exhausted.
4 replies
CCConvex Community
Created by ibrahimyaacob on 1/2/2025 in #support-community
convex auth on expo password provider error
No description
9 replies
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 ?
14 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