Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

access ocis before docker container fully started breaks it #2964

Closed
individual-it opened this issue Jan 14, 2022 · 2 comments
Closed

access ocis before docker container fully started breaks it #2964

individual-it opened this issue Jan 14, 2022 · 2 comments
Labels

Comments

@individual-it
Copy link
Member

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:

  1. run requests in a loop while true; do curl --head --fail --insecure "https://localhost:9200/"; done
  2. start docker docker run --rm --publish 9200:9200 --name ocis owncloud/ocis
  3. login to web (do it fast)
  4. be unlucky

Expected behavior

web works normal, files can be uploaded

Actual behavior

no files can be uploaded
grafik

Additional context

@wkloucek
Copy link
Contributor

Error looks the same as #2995 (404 on webdav propfind)
Possible fix cs3org/reva#2457

@rhafer
Copy link
Contributor

rhafer commented Aug 21, 2024

I am not able to reproduce this issue with the latest ocis-rolling. I am closing this. Please re-open if it re-appears.

@rhafer rhafer closed this as completed Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants