-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Mac/Safari - [AU] Attachment - "WebKitBlobResource error" console error when sending a PDF attachment #54640
Comments
Triggered auto assignment to @RachCHopkins ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Uploading of attachment in 1:1 DM shows console error What is the root cause of that problem?Though on an initial look, this may point fingers at Safari unable to handle pdf blobs, it is not a Safari alone issue. As against what's tagged in the title of this bug, this occurs on other browsers as well. What changes do you think we should make in order to solve the problem?If we make a call to the blob URL without the encryptedAuthToken, the call succeeds. The attachment is added without Remove What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N.A. What alternative solutions did you explore? (Optional)N.A. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Attachment - "WebKitBlobResource error" console error when sending a PDF attachment What is the root cause of that problem?When we upload the PDF file, we store the file temporarily in Browser file blob storage. But when we try to fetch the file using source, we add the
But we should not have added the authToken for temporary file in memory. This causes the console error since the file could not be loaded. What changes do you think we should make in order to solve the problem?Change source to use without
To make the desired behavior, we also have to update the condition here
to stop rendering the pdf view when the file is being uploaded. Use What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?NA What alternative solutions did you explore? (Optional)NA |
I think this is related to last week's fire. @IuliiaHerets can we please get a retest? |
@RachCHopkins Tester still can reproduce this issue in the latest build v9.0.80-1 Screen.Recording.2025-01-01.At.5.59.51.mp4 |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.79-2
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/5386106&group_by=cases:section_id&group_id=292107&group_order=asc
Issue reported by: Applause Internal Team
Device used: macOS Sequoia 15.0 - Safari
App Component: Other
Action Performed:
Expected Result:
Console error shouldn't show.
Actual Result:
"WebKitBlobResource error" console error when sending a PDF attachment to a 1:1 DM.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6703307_1735366281759!Console.txt
Bug6703307_1735366281706.Screen_Recording_2024-12-27_At_22.03.00.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: