hamid1882
hamid1882
CCConvex Community
Created by hamid1882 on 12/30/2024 in #support-community
Facing difficulty in setting up Convex on Multiple Projects
I am really sorry @Jordan22 , I was on leave so couldn't able to reply to your message. I have actually fixed it by installing this version: convex-helpers": "^0.1.63" also, we've structured our codebase as monorepo using turbo repo so now we could use the same convex database on both web and for the admin dashboard.
8 replies
CCConvex Community
Created by hamid1882 on 12/30/2024 in #support-community
Facing difficulty in setting up Convex on Multiple Projects
also I am getting this error while running this command: npx convex-helpers ts-api-spec
Error retrieving function spec from your Convex deployment. Confirm that you
are running this command from within a Convex project.
Error retrieving function spec from your Convex deployment. Confirm that you
are running this command from within a Convex project.
8 replies
CCConvex Community
Created by hamid1882 on 12/30/2024 in #support-community
Facing difficulty in setting up Convex on Multiple Projects
Yes I did, but I need a centralized schema like a global state for handling queries, mutations and other activities in both the repositories without keep updating the backend files every time.
8 replies
CCConvex Community
Created by hamid1882 on 12/11/2024 in #support-community
OTP Verification after login on Profile dashboard
Sure I will look into this, thanks a lot
13 replies
CCConvex Community
Created by hamid1882 on 12/11/2024 in #support-community
OTP Verification after login on Profile dashboard
In the profile dashboard we have given a option to update user's mobile number, when a user update's the mobile number we want to verify it by otp
13 replies
CCConvex Community
Created by hamid1882 on 12/11/2024 in #support-community
OTP Verification after login on Profile dashboard
We tried that, what happening is for a logged in user its loggin out when signin function is invoked from the profile dashboard.
13 replies
CCConvex Community
Created by hamid1882 on 12/11/2024 in #support-community
OTP Verification after login on Profile dashboard
No description
13 replies
CCConvex Community
Created by hamid1882 on 12/11/2024 in #support-community
OTP Verification after login on Profile dashboard
No description
13 replies
CCConvex Community
Created by hamid1882 on 12/11/2024 in #support-community
OTP Verification after login on Profile dashboard
It is resolved, we've wrote mutation functions to send and validate the otp and we are storing the otp's manually on the database with an expiriy time. If there is any better approach to implement the same thing please let me know. thankyou
13 replies
CCConvex Community
Created by hamid1882 on 11/20/2024 in #support-community
extra field `ttl` that is not in the validator - cache component
"@convex-dev/action-cache": "^0.1.7"
"@convex-dev/action-cache": "^0.1.7"
this is the version which I am currenty using. Sure I will try to use this version, thankyou
7 replies
CCConvex Community
Created by hamid1882 on 11/20/2024 in #support-community
extra field `ttl` that is not in the validator - cache component
I am refering to Action Cache component
7 replies
CCConvex Community
Created by allen on 11/12/2024 in #show-and-tell
Tortilla - Your moments, all wrapped up
I am getting an application error after profile creation
11 replies