I am trying to debug an issue we are seeing in pro...
# spicedb
m
I am trying to debug an issue we are seeing in production by cloning our production datagbase (postgres) and running SpiceDB locally against a local postgres docker instance with the restored tables/data. The SpiceDB container starts up against the postgres container without error, and I can see all of the existing
namespace_config
/`relation_tuple` entries in the database. But the SpiceDB requests return as if the database was empty - it doesn't see the existing schema nor any of the existing tuples. Is there something that is keeping it from loading the database contents?