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
Running the example docker compose containers located here starts up the ocis server successfully every time, however, when navigating to and logging in to `https://ocis.owncloud.test" (using 'admin:admin') sometimes (but not every time) the following request fails, which is executed by the frontend after logging in:
I believe there may be a dependency-ordering or internal configuration related issue when the server starts up, given that this does not occur consistently it may be a temporal issue related to when services start and their order.
Steps
Start up docker compose containers (eg. using start.sh)
Thank you for your bug report. This perfectly describes all the symptoms of the underlying #2995 - @rpocklin could you add your issue description (including image and everything) as a comment to that ticket and close here?
Thank you for your bug report. This perfectly describes all the systems of the underlying #2995 - @rpocklin could you add your issue description (including image and everything) as a comment to that ticket and close here?
Describe the bug
Running the example docker compose containers located here starts up the
ocis server
successfully every time, however, when navigating to and logging in to `https://ocis.owncloud.test" (using 'admin:admin') sometimes (but not every time) the following request fails, which is executed by the frontend after logging in:PROPFIND https://ocis.owncloud.test/remote.php/webdav/
Giving a result of 404 (not found).
I believe there may be a dependency-ordering or internal configuration related issue when the server starts up, given that this does not occur consistently it may be a temporal issue related to when services start and their order.
Steps
start.sh
)Expected behavior
The user logs in successfully without any failed API requests, repeatedly, the webdav API call should return a 207 response code with a payload.
Actual behavior
Every 3rd or 4th time the API request fails with a 404 (proxy makes request to storage-frontend which fails).
Error log from ocis container:
Setup
This container uses the
owncloud/ocis:latest
docker image tag pulled from dockerhub.The text was updated successfully, but these errors were encountered: