timmm
CCConvex Community
•Created by timmm on 3/4/2025 in #support-community
Non OpenID Connect auth
I'm having some trouble getting custom auth working. I'm trying to get it working with privy.io
The local provider seems to be set up correctly - and the app id and domain appear to be correct in the auth.config.ts file
I believe what's happening is privy's JWKS endpoint doesn't match - which I think means privy isn't openid connect compatible
Is there any way to work around this?
22 replies
CCConvex Community
•Created by timmm on 9/9/2024 in #support-community
Tanstack + Realtime not working
I'm using tanstack query and I'm not getting updates until I refresh the page
Is there anything obvious I'm doing wrong? This pattern was adapted from the example on the tanstack website https://tanstack.com/router/v1/docs/framework/react/examples/start-convex-trellaux
Here's the project table
This is my getProject code on the backend
This is my queries on the frontend
This is how i render it
9 replies