lucid
CCConvex Community
•Created by lucid on 6/4/2025 in #support-community
polar product not found
Im getting a 500 error:
Uncaught Error: Uncaught Error: Product not found: <ID>
I've followed the https://www.convex.dev/components/polar docs step by step
7 replies
CCConvex Community
•Created by lucid on 6/4/2025 in #support-community
convex auth - null user with fetchQuery on server
In the convex logs Im seeing a successful log of the user Id. However when Im calling the fetchQuery in a layout file, the user is
null
. If i call this exact same query using useQuery in a client component, I see a user returned successfully
This is my middleware:
3 replies