milk enjoyer
CCConvex Community
•Created by milk enjoyer on 3/30/2024 in #support-community
Getting MissingAccessToken when deploying to prod
thanks!
10 replies
CCConvex Community
•Created by milk enjoyer on 3/30/2024 in #support-community
Getting MissingAccessToken when deploying to prod
Ah yes that was the problem I forgot to set that in prod
10 replies
CCConvex Community
•Created by milk enjoyer on 3/30/2024 in #support-community
Getting MissingAccessToken when deploying to prod
I also double checked the guide and I don’t see what could be wrong https://docs.convex.dev/production/hosting/vercel
10 replies
CCConvex Community
•Created by milk enjoyer on 3/30/2024 in #support-community
Getting MissingAccessToken when deploying to prod
I’m deploying on vercel by the way. When using the dev deploy key it works.
10 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
yup, i sync my env vars between vercel and convex so the secret is shared
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
so we just pass the jwt token with each query i guess
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
i have almost the same setup but i have my functions directly on nextjs
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
now i realized
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
yes
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
ah ok
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
works with convex auth?
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
implementation of hs256 based jwt auth?
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
alright, thanks for your help. this is what i will do then. thanks!
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
which is also faster and symmetric
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
then i can use hs256 too
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
ok make sense
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
the public key is "public" for a reason... surely it is safe to sent it within the jwt?
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
doing a second check even with the public key feels like extra overhead... am i right to say that if i verify directly within the query it should be "faster" since convex does not need to do a second check?
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
so that is why it is failing?
76 replies
CCConvex Community
•Created by milk enjoyer on 3/25/2024 in #support-community
Custom auth not working
ah i see... so even with public key within, convex still does a second check?
76 replies