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

X-Request-IDs missing in error messages from web workers #11678

Closed
kulmann opened this issue Sep 30, 2024 · 0 comments · Fixed by #11684
Closed

X-Request-IDs missing in error messages from web workers #11678

kulmann opened this issue Sep 30, 2024 · 0 comments · Fixed by #11684
Assignees
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug Something isn't working

Comments

@kulmann
Copy link
Member

kulmann commented Sep 30, 2024

Describe the bug

Using copy & paste uses the paste web worker.

Steps to reproduce

  1. Set the personal space quota to 0.1 (100 MB)
  2. Upload files so that the quota is maxed out
  3. Create a project space test
  4. Upload a "large" file into the space test (file size that doesn't fit into the remaining personal space quota)
  5. Copy the file
  6. Navigate into the personal space
  7. Paste the file

Expected behavior

The error message in the ui shows all available X-Request-IDs

Actual behavior

The error message in the ui shows X-Request-ID: undefined (see screenshot)

The MessageEvent doesn't contain the response headers, thus there is no X-Request-ID to be extracted.

Screenshot 2024-09-30 at 11 53 02
@kulmann kulmann added Type:Bug Something isn't working Priority:p2-high Escalation, on top of current planning, release blocker labels Sep 30, 2024
@JammingBen JammingBen self-assigned this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants