convex auth + tanstack query, auth context bug
The symptom: queries are initially made from client->server without the full auth context, resulting in brief server-side errors
The minimum reproduction:
here's what the logs look like when the
ProtectedContainer component is mounted for the first time:I'm aware I'm combining two beta features here -- raising this issue only because I didn't come across any record of it on discord/GH.
My current "workaround" is to either not use Tanstack Query for auth-related queries, or suppress errors on the server.
