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
sometimes the docker container starts in a way that makes it impossible to upload files
It seems to be triggered more if access already come in when the container is still starting, but not sure if its limited to that
Steps to reproduce
Steps to reproduce the behavior:
run requests in a loop while true; do curl --head --fail --insecure "https://localhost:9200/"; done
start docker docker run --rm --publish 9200:9200 --name ocis owncloud/ocis
login to web (do it fast)
be unlucky
Expected behavior
web works normal, files can be uploaded
Actual behavior
no files can be uploaded
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
sometimes the docker container starts in a way that makes it impossible to upload files
It seems to be triggered more if access already come in when the container is still starting, but not sure if its limited to that
Steps to reproduce
Steps to reproduce the behavior:
while true; do curl --head --fail --insecure "https://localhost:9200/"; done
docker run --rm --publish 9200:9200 --name ocis owncloud/ocis
Expected behavior
web works normal, files can be uploaded
Actual behavior
no files can be uploaded
Additional context
The text was updated successfully, but these errors were encountered: