Vignesh Gupta
Vignesh Gupta
Explore posts from servers
CCConvex Community
Created by Vignesh Gupta on 8/19/2024 in #support-community
Loosing Type safety for 1 table only in convex with Turporepo (NextJS)
And yeah, it worked some how
13 replies
CCConvex Community
Created by Vignesh Gupta on 8/19/2024 in #support-community
Loosing Type safety for 1 table only in convex with Turporepo (NextJS)
Thanks man! Really appreciate your help. and thanks for giving other insight as well. I've just started with tubro repo so it's good to know this things.
13 replies
CCConvex Community
Created by Vignesh Gupta on 8/19/2024 in #support-community
Loosing Type safety for 1 table only in convex with Turporepo (NextJS)
but I really would like to understand this issue because this is with only 1 route.
13 replies
CCConvex Community
Created by Vignesh Gupta on 8/19/2024 in #support-community
Loosing Type safety for 1 table only in convex with Turporepo (NextJS)
const myTasks = useQuery(api.work_item.list, { projectId: id })?.filter(
(task: Doc<"workItems">) => task.assigneeId === currentUser?._id
);
const myTasks = useQuery(api.work_item.list, { projectId: id })?.filter(
(task: Doc<"workItems">) => task.assigneeId === currentUser?._id
);
13 replies
CCConvex Community
Created by Vignesh Gupta on 8/19/2024 in #support-community
Loosing Type safety for 1 table only in convex with Turporepo (NextJS)
current workaround is this -
13 replies
CCConvex Community
Created by Vignesh Gupta on 8/19/2024 in #support-community
Loosing Type safety for 1 table only in convex with Turporepo (NextJS)
No description
13 replies
CCConvex Community
Created by Vignesh Gupta on 8/19/2024 in #support-community
Loosing Type safety for 1 table only in convex with Turporepo (NextJS)
Hey @ian, would really appreciate your some help here!
13 replies
CCConvex Community
Created by Vignesh Gupta on 8/19/2024 in #support-community
Loosing Type safety for 1 table only in convex with Turporepo (NextJS)
13 replies
CCConvex Community
Created by Vignesh Gupta on 2/13/2024 in #support-community
Identity issue with Clerk Prod
Ah my bad, it is fixed. I had to add the prod issuer to convex auth config.-- https://github.com/vignesh-gupta/boardy/commit/39daab4c4ce1d451ed8888bb08a65ca8f6a4aaa0
5 replies
CCConvex Community
Created by Vignesh Gupta on 2/13/2024 in #support-community
Identity issue with Clerk Prod
Steps to reproduce : (Can only be done in PROD) 1. Go to https://boardy.vigneshgupta.tech/dashboard 2. Login with github 3. check the console.
5 replies
CCConvex Community
Created by Vignesh Gupta on 2/13/2024 in #support-community
Identity issue with Clerk Prod
Here is the error:
Failed to authenticate: "No auth provider found matching the given token", check your server auth config
window.console.error @ 69-4e25dd88b0dc0651.js:1
overrideMethod @ console.js:213
tryToReauthenticate @ 875-a2f0439c7f1beb1a.js:9
onAuthError @ 875-a2f0439c7f1beb1a.js:9
(anonymous) @ 875-a2f0439c7f1beb1a.js:9
e.onmessage @ 875-a2f0439c7f1beb1a.js:9
Show 1 more frame
Show less
Failed to authenticate: "No auth provider found matching the given token", check your server auth config
window.console.error @ 69-4e25dd88b0dc0651.js:1
overrideMethod @ console.js:213
tryToReauthenticate @ 875-a2f0439c7f1beb1a.js:9
onAuthError @ 875-a2f0439c7f1beb1a.js:9
(anonymous) @ 875-a2f0439c7f1beb1a.js:9
e.onmessage @ 875-a2f0439c7f1beb1a.js:9
Show 1 more frame
Show less
5 replies
CCConvex Community
Created by Vignesh Gupta on 2/13/2024 in #support-community
Identity issue with Clerk Prod
5 replies
CCConvex Community
Created by Vignesh Gupta on 9/10/2023 in #support-community
UseQuery Issue
Oh! thanks!
3 replies