DaReal
CCConvex Community
•Created by DaReal on 7/19/2024 in #support-community
Convex Queries In Server Components
Thanks.
3 replies
CCConvex Community
•Created by DaReal on 7/16/2024 in #support-community
Help with 3rd party api call in Actions
I hope i answered your question though.
Also, can you give more context on what you mean by integrating specific apps through the login process?
13 replies
CCConvex Community
•Created by DaReal on 7/16/2024 in #support-community
Help with 3rd party api call in Actions
@Ulrich Yes! i did use the Convex action.
But when working with Clerk and trying to reach their backend api, use the node sdk and also use the
"use node"
declarative at the top of your action file.
So you have to have a separate file for such actions. For me, I just used the same file to store all my 3rd party api calls for clerk because they all use the node sdk.13 replies
CCConvex Community
•Created by DaReal on 7/16/2024 in #support-community
Help with 3rd party api call in Actions
Thank you so much. That worked! ✅
13 replies
CCConvex Community
•Created by DaReal on 7/16/2024 in #support-community
Help with 3rd party api call in Actions
13 replies
CCConvex Community
•Created by DaReal on 7/15/2024 in #support-community
Session Handling With Clerk
Thanks
11 replies
CCConvex Community
•Created by DaReal on 7/15/2024 in #support-community
Session Handling With Clerk
Yes. That's exactly what happens.
11 replies
CCConvex Community
•Created by DaReal on 7/15/2024 in #support-community
Session Handling With Clerk
I understand that but when the session timesout, instead of redirecting to the login page, it throws an error and i have to refresh the page which then takes me to the login screen.
Also how about finding out currently active/online users?
11 replies
CCConvex Community
•Created by DaReal on 7/15/2024 in #support-community
Session Handling With Clerk
Anyone to help?
11 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
I will confirm and let you know
21 replies
CCConvex Community
•Created by Hosna Qasmei on 2/28/2024 in #support-community
_creationTime schema setup
Thanks for consistent support Convex Team.
51 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
You will notice that the otp component is displayed shortly before the AuthLoading loader shows up and then renders the component again
21 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
Here is a video
21 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
21 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
The AuthLoading state renders a loading component which basically shows a loader. During the registration, once the register button is clicked, the request is sent and then the loader appears which means the page refreshed. And then the code is otp request is resent again.
return (
<ClerkProvider publishableKey={clerkPublishableKey}>
<ConvexProviderWithClerk client={convex} useAuth={useAuth}>
<AuthLoading>
<Loading />
</AuthLoading>
<Authenticated>{children}</Authenticated>
<Unauthenticated>{children}</Unauthenticated>
</ConvexProviderWithClerk>
</ClerkProvider>
);
21 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
I thought so and i have also reached out to them on their Discord.
But since I am using the ConvexClerkProvider, I thought it could be me doing something wrong with the ConvexClerkProvider which is why I opened a request here
21 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
21 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
My web app is currently in production and still exhibits the same issue
21 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
This is where I am having issues because it's the same issue in production.
21 replies
CCConvex Community
•Created by DaReal on 6/3/2024 in #support-community
Convex Clerk Authentication
Yes i use this but the page reloading is a minor issue.
21 replies