Hello, I am running into the same issue when I st...
# spicedb
r
Hello, I am running into the same issue when I started pointing to Postgres db On executing the get schema API , I see the below error
Copy code
curl --location --request POST 'http://localhost:8443/v1/schema/read' \
--header 'Authorization: Bearer graphToken'
Copy code
{
  "code": 2,
  "message": "unable to find revision: ERROR: relation \"relation_tuple_transaction\" does not exist (SQLSTATE 42P01)",
  "details": []
}
I dont see any error logs from pod , any view ?
5 Views