Hi Team, My spiceDb relation Tuple
# spicedb
a
Hi Team, My spiceDb relation Tuple always remain empty (0 rows ). IDK why but i created many relations it always show empty. https://cdn.discordapp.com/attachments/844600078948630559/1229679646463889408/image.png?ex=66308f6a&is=661e1a6a&hm=14b8a29b6deccf79fbf1313d5b371a236238f23fd734e4ac73a572d2aa8f5b11&
v
Have you configured you SpiceDB instance to talk to the database? Which DB is this?
a
It is postgres
v
can you share the config flags you've passed to
spicedb serve
command?
a
v
have you checked in the logs that the parameters are properly set? datastore uri won't show up tho
but at first glance that seems correct
v
what version of spicedb are you using? at info level it should show all the configuration parameters in a single log line
a
Problem solved. Now it is showing relations. The issue was I was not giving the proper URL
postgres://mslm:mslm@localhost:5432/mslm?sslmode=disable&options=-c%20search_path%3Dspicedb
here I added options to it now it is working.
v
Seems specific to your Postgres. We don't typically set those query options
a
Okay. Thanks BTW