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

Async uploading does not change the code from 425 to 200 #5256

Closed
ScharfViktor opened this issue Dec 20, 2022 · 4 comments
Closed

Async uploading does not change the code from 425 to 200 #5256

ScharfViktor opened this issue Dec 20, 2022 · 4 comments
Labels

Comments

@ScharfViktor
Copy link
Contributor

steps:

  • 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
Screenshot 2022-12-20 at 13 17 53

  • 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

@micbar
Copy link
Contributor

micbar commented Dec 20, 2022

@fschade @kobergj Can you check on viktors findings?

@kobergj
Copy link
Collaborator

kobergj commented Dec 21, 2022

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

@kobergj
Copy link
Collaborator

kobergj commented Dec 21, 2022

It was the postprocessing service, not storage users. Anyways here is the fix: #5269

@kobergj
Copy link
Collaborator

kobergj commented Dec 22, 2022

Fix landed

@kobergj kobergj closed this as completed Dec 22, 2022
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