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
start ocis localy with env: OCIS_INSECURE=false STORAGE_USERS_OCIS_ASYNC_UPLOADS=true
upload file
The uploading succeeds, but I don't have the file in the UI
wait and reload page
Expected: file should become 200 after some time. file is visible on UI
Actual: no file (regardless of size). response code remains 425 after waiting
if you start ocis with OCIS_INSECURE=true env works correct
The text was updated successfully, but these errors were encountered:
Already did. Events in storage-users need OCIS_INSECURE for now. That seems to be a flaw in events implementation, but it this not happen on other services. Maybe something is just configured wrong. I'll need to check
steps:
OCIS_INSECURE=false STORAGE_USERS_OCIS_ASYNC_UPLOADS=true
The uploading succeeds, but I don't have the file in the UI
Expected: file should become 200 after some time. file is visible on UI
Actual: no file (regardless of size). response code remains 425 after waiting
if you start ocis with
OCIS_INSECURE=true
env works correctThe text was updated successfully, but these errors were encountered: