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

Retry preview loading on 425 status code #11870

Closed
JammingBen opened this issue Nov 7, 2024 · 0 comments · Fixed by #11874
Closed

Retry preview loading on 425 status code #11870

JammingBen opened this issue Nov 7, 2024 · 0 comments · Fixed by #11874
Assignees
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working

Comments

@JammingBen
Copy link
Collaborator

Describe the bug

Requests for preview images that are in post-processing and return a 425 status code never get retried. As a result, the images will never appear in such case until the user reloads the page.

Steps to reproduce

  1. Set POSTPROCESSING_DELAY=5s in oCIS
  2. Open a space
  3. Upload a space image

Expected behavior

The space image is being fetched at some point after the post-processing is finished

Actual behavior

The space image is never loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant