You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of receiving an empty list, I get: The requested resource could not be found.
Reproducing the bug
testhelpers.NewKetoServer(t, reg.Config())
identityID := x.NewUUID()
projects, err := reg.AccessService().ListAccessibleProjects(ctx, identityID) // could be any non-existing relationtuple
require.NoError(t, err) // fails with: The requested resource could not be found
assert.Empty(t, projects)
After the first relation has been added, this no longer happens.
The text was updated successfully, but these errors were encountered:
Describe the bug
Instead of receiving an empty list, I get:
The requested resource could not be found
.Reproducing the bug
After the first relation has been added, this no longer happens.
The text was updated successfully, but these errors were encountered: