Kenni
CCConvex Community
•Created by too_easy on 11/25/2024 in #support-community
ConvexAuthNextjsServerProvider not exported
"@convex-dev/auth": "^0.0.74",
12 replies
CCConvex Community
•Created by too_easy on 11/25/2024 in #support-community
ConvexAuthNextjsServerProvider not exported
import { ConvexAuthNextjsServerProvider } from "@convex-dev/auth/nextjs/server";
<ConvexAuthNextjsServerProvider>
<ConvexClientProvider>
{children} </ConvexClientProvider> </ConvexAuthNextjsServerProvider>
<ConvexClientProvider>
{children} </ConvexClientProvider> </ConvexAuthNextjsServerProvider>
12 replies
CCConvex Community
•Created by Kenni on 11/20/2024 in #support-community
Handling "Too many reads" Error During Mass Deletion in Convex
If anyone ever has the same problem, here my simplified version:
7 replies
CCConvex Community
•Created by Kenni on 11/20/2024 in #support-community
Handling "Too many reads" Error During Mass Deletion in Convex
So something like:
await ctx.scheduler.runAfter(0, "deleteCompanyBatch", {});
?
7 replies
CCConvex Community
•Created by Kenni on 10/7/2024 in #general
How can i update a table in convex with
I found a way. First creating an Optional Field, set it to a value, and then remove the Optional
7 replies
CCConvex Community
•Created by Kenni on 10/7/2024 in #general
How can i update a table in convex with
Yes, but then it has conflicts with the existing data. and i dont want to have it optional.
7 replies