SwiftUI with Convex and Clerk problem :
Before signing in, I have no problems talking to the Convex Backend.
I did all the steps. When I sign in, I print the auth state in the xcode logs, which says authenticated - with the JWT.
But after that, whenever I try to call a convex function, eg:
the process stops there. I don't get any logs in Convex. I don't get the xcode console log of "Profiles subscription error: (error)".
I also cannot call any other mutations or subscribe to a query. I did a simple testQuery :
That doesn't work either. Nothing is reaching client to Convex, nor Convex to Client.
