Wingters
Wingters
CCConvex Community
Created by kstulgys on 8/9/2024 in #support-community
I use convex auth with nextjs setup, but userId always null
Thanks, Oren!
13 replies
CCConvex Community
Created by kstulgys on 8/9/2024 in #support-community
I use convex auth with nextjs setup, but userId always null
automated script? Any docs you can point me to?
13 replies
CCConvex Community
Created by kstulgys on 8/9/2024 in #support-community
I use convex auth with nextjs setup, but userId always null
Ah, nice! I am getting an error now. Progress! Server Error: Uncaught Error: Missing environment variable JWKS","trace":"Uncaught Error: Missing environment variable `JWKS Gotta figure this out, thanks!
13 replies
CCConvex Community
Created by kstulgys on 8/9/2024 in #support-community
I use convex auth with nextjs setup, but userId always null
Unsure, how he is doing but I am using fetchQuery. I am doing something like this:
const sermons = await fetchQuery(api.tasks.getTasks, {
token: convexAuthNextjsToken(),
});
const sermons = await fetchQuery(api.tasks.getTasks, {
token: convexAuthNextjsToken(),
});
13 replies
CCConvex Community
Created by kstulgys on 8/9/2024 in #support-community
I use convex auth with nextjs setup, but userId always null
Were you able to find a fix for this issue? I am facing them same issue.
13 replies