Every time the OwnCloud Infinite Scale server restarts, the shares are gone. The logs indicate a PermissionDenied error related to an invalid core access token.
Steps to reproduce
Set up OwnCloud Infinite Scale using the provided Docker Compose file.
Create shares within the OwnCloud Infinite Scale instance.
Restart the server.
Observe that the shares are no longer available.
Expected behavior
Shares should persist across server restarts.
Actual behavior
Shares disappear after the server is restarted, and the logs show a PermissionDenied error related to an invalid core access token.
Setup
The server was started using the following Docker Compose configuration:
Describe the bug
Every time the OwnCloud Infinite Scale server restarts, the shares are gone. The logs indicate a
PermissionDenied
error related to an invalid core access token.Steps to reproduce
Expected behavior
Shares should persist across server restarts.
Actual behavior
Shares disappear after the server is restarted, and the logs show a
PermissionDenied
error related to an invalid core access token.Setup
The server was started using the following Docker Compose configuration:
Additional Context