Open
Description
Hi Convex team!
I've encoutered a strange error:
convex client is freezing on query when the .set_auth() is used prior to the query.
Version of Convex Python client: 0.6.0
Reproduced on two independent machines.
import convex
client = convex.ConvexClient("https://colorful-scorpion-774.convex.cloud")
client.set_auth("<JWT_TOKEN_FROM_WORKOS_LOGIN flow>")
org = client.query("organizations:getByWID", {"workos_id":"org_01JDZBZEDH7MYNG9CBSR"})
print(org)
//the above query is public and returns proper result if the set_auth was not invoked, and hangs indefinitely if it was invoked.
$python3 --version
Python 3.13.0
I'd be grateful for confirmation if the bug can be reproduced (and fixed).
Metadata
Metadata
Assignees
Labels
No labels