Hi all, I have spicedb running with PostgreSQL 12....
# spicedb
w
Hi all, I have spicedb running with PostgreSQL 12.4. I have my schema setup like this. https://play.authzed.com/s/qElc49zx_hb4/schema I am getting EOF error when I do permission lookup on transaction resources for some user. e.g > wenye@WENs-MBP-3 service % zed permission lookup transaction read user:u_6g6n28GL5Qo7ASLUGAshJY --insecure > Error: rpc error: code = Unknown desc = unable to query tuples: unexpected EOF I am able to do permission lookup for a user with over 32800 transactions, but getting EOF error for this user doesn't have much transaction but a lot of virtual cards. Any idea what could be causing it?