Hmza
Hmza
CCConvex Community
Created by itslekan on 3/25/2025 in #general
Custom domain
You can add your own domain through the project settings in convex dashboard.
4 replies
CCConvex Community
Created by Baris on 3/16/2025 in #show-and-tell
Zavimo - AI-powered Work Management App
Looks good!
14 replies
CCConvex Community
Created by Baris on 3/16/2025 in #show-and-tell
Zavimo - AI-powered Work Management App
Following
14 replies
CCConvex Community
Created by Gorka Cesium on 3/12/2025 in #general
Refresh Token
Also ‘Workpool’ component would be a good fit here i think
3 replies
CCConvex Community
Created by Gorka Cesium on 3/12/2025 in #general
Refresh Token
Mostly with APIs, refresh token is provided when access token is generated. So you could save the access token and if request fails on access token expired code (checking response code) then you can use an action to renew the access token before continuing with the request. That is how i’d do it, i think a cron job would work just fine but it’ll bloat an extra function running every 4 hours.
3 replies
CCConvex Community
Created by i would crack carmen lopez on 2/21/2025 in #general
was anyone schema upload not working
what issue did you get?
4 replies
CCConvex Community
Created by citrus on 2/20/2025 in #general
Args
do you already have a checkAndcreate function ?
16 replies
CCConvex Community
Created by citrus on 2/20/2025 in #general
Args
i assume you are using typescript .ts right?
16 replies
CCConvex Community
Created by citrus on 2/20/2025 in #general
Args
it doesn't matter if its a text string, did you confirm on the dashboard if the id actually exists ?
16 replies
CCConvex Community
Created by citrus on 2/20/2025 in #general
Args
ok here's what you can do you can check if record is existing by doing const existing = ctx.db.get(IDOFYOURRECORD) and you can check if !existing then go ahead and create new one, that'll be your checkAndcreate function.
16 replies
CCConvex Community
Created by citrus on 2/20/2025 in #general
Args
Are you trying to check the type of the arg? Better if you could post an example
16 replies
CCConvex Community
Created by ibrahimyaacob on 2/14/2025 in #general
T
can you try v.id("youruserstablename")
14 replies
CCConvex Community
Created by ibrahimyaacob on 2/14/2025 in #general
T
tsconfig should not have something missing by default unless you modified it yourself
14 replies
CCConvex Community
Created by ibrahimyaacob on 2/14/2025 in #general
T
v.id() suppose to have your table name. in this case i assume it'll be the table name you used to store users
14 replies
CCConvex Community
Created by ibrahimyaacob on 2/14/2025 in #general
T
What error is there when you hover over userId?
14 replies