Check debugging on REST call
# spicedb
a
Yep, simple HTTP request
j
it may not work on REST
have you tried using
zed
with
--explain
?
the data is put into a gRPC trailer, and I'm unsure whether the REST call will handle that correctly
a
Got it( It wasn't clear for me that this option works only with gRPC. Sorry Yes, I've tried,
--explain
works perfect. Ok, so I'll use this instead of the header. I'm appreciate your help, thanks a lot!
j
if
--explain
is working
its likely something with the REST call
you could try using gRPC directly too