nikhildhoka
nikhildhoka
CCConvex Community
Created by nikhildhoka on 12/12/2024 in #support-community
corsHttpRouter
Okay sounds good, thank you so much, I’ll take a look
14 replies
CCConvex Community
Created by nikhildhoka on 12/12/2024 in #support-community
corsHttpRouter
I’m trying to see if this is in a state to be used, cause I really need this asap 😭
14 replies
CCConvex Community
Created by nikhildhoka on 12/12/2024 in #support-community
corsHttpRouter
Are you referring to supporting authentication via the JWT token when you say credentials ?
14 replies
CCConvex Community
Created by nikhildhoka on 12/12/2024 in #support-community
corsHttpRouter
I can't seem to find it in the GitHub repo mentioned in the description
14 replies
CCConvex Community
Created by nikhildhoka on 12/8/2024 in #support-community
How to retrieve files from the Storage in Convex
got it, thanks!
7 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
thank you so much for the help!
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
authentication works
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
issue is fixed now
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
I noticed that my CLERK_JWT_ISSUER_DOMAIN was configured incorrectly in the prod instance in convex and hence it was not working
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
export default {
providers: [
{
// Configure CLERK_JWT_ISSUER_DOMAIN on the Convex Dashboard
// See https://docs.convex.dev/auth/clerk#configuring-dev-and-prod-instances
domain: process.env.CLERK_JWT_ISSUER_DOMAIN,
applicationID: "convex",
},
],
};
export default {
providers: [
{
// Configure CLERK_JWT_ISSUER_DOMAIN on the Convex Dashboard
// See https://docs.convex.dev/auth/clerk#configuring-dev-and-prod-instances
domain: process.env.CLERK_JWT_ISSUER_DOMAIN,
applicationID: "convex",
},
],
};
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
@Matt Luo any ideas on what could be the issue?
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
This means that clerk is doing its join in giving the JWT token however the Authenticated component from convex/react is missing configuration?
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
Do I have to change the value of this to the value set in my amplify deployment as well for VITE_CLERK_PUBLISHABLE_KEY? https://github.com/SWE-Group6/phase2/blob/main/src/ErrorBoundary.tsx#L29
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
No description
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
Upon verifying the traffic between clerk and the frontend on amplify, I can see that clerk is sucessfully sending back the jwt token to the frontend, however the frontend logic is not able to retrieve this properly. But again, as I said earlier this is weird as this works locally
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
I just tried google sign in, I dont see this
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
what is confusing is that this works locally, so not sure why it wont work on AWS Amplify with the same env variables
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
whats weird is that the frontend, and auth works on local but on the AWS Amplify deployment
29 replies
CCConvex Community
Created by nikhildhoka on 12/6/2024 in #support-community
Sign in flow not working on deployment on AWS Amplify
according the Clerk/Convex template, it directed to use: VITE_CLERK_PUBLISHABLE_KEY
29 replies