It could be that your SpiceDB Cluster is running w...
# spicedb
c
It could be that your SpiceDB Cluster is running with TLS enabled and your client is using insecure mode. Could you double check that?
s
TLS was not enabled. Any idea what else it could be?
j
what call are you making?
s
checking permissions
with
CheckPermission
@Joey if you don't mind
j
its likely some sort of proxy or networking issue between wherever you're running the command and the SpiceDB cluster
either that or SpiceDB never came up healthy
s
ok, thank you
What do you mean by healthy. Is there a way to check the health of spicedb?
I don't see any such way in the authzed docs or with the spicedb command
@Joey
j
it should be shown in the logs on startup
how are you running SpiceDB?
s
in a docker container from the authzed/spicedb image
j
check its logs
it should say whether it comes up healthy
s
got it, thank you