currently getting an error ```Error: rpc error: co...
# spicedb
f
currently getting an error
Copy code
Error: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (4298290 vs. 4194304)
against Authzed serverless SpiceDB when doing a lookup-resources request that should return lots of rows. When testing against self hosted MySQL backed instance, I get
Copy code
rpc error: code = ResourceExhausted desc = grpc: received message after decompression larger than max (4194305 vs. 4194304)
similar errror
18 Views