Closed ScharfViktor closed 2 weeks ago
This seems to be a problem with userCache in the graph service. (Creating multiple shares for the same user fails if the subsequent share is create before the user is expired in the cache).
Setting GRAPH_SPACES_USERS_CACHE_TTL=1
seems to workaround the issue. A real fix is on the way.
ocis: 6.6.1+6f3322a3d web: 11.0.1
setup: https://github.com/owncloud/web/blob/master/docker-compose.yml or https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm Steps:
user1
creates folderf1
with content and shares touser2
->user2
can see folderf1
user1
copies folderf1
to ->f1 (1)
and shares againExpected: user2 can see
f1 (1)
folder in Shares Actual: user2 doesn't seef1 (1)
folder in Shareshttps://github.com/user-attachments/assets/c6fb37b0-4a28-4f11-9280-9a843534ce1d
maybe related https://github.com/owncloud/ocis/issues/10222