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
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 SharesActual: user2 doesn't see
f1 (1)
folder in SharesScreen.Recording.2024-11-06.at.12.55.35.mov
maybe related #10222
The text was updated successfully, but these errors were encountered: