Duplicate requests are sent for long running requests
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: sameerg179, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Steps to reproduce:
We connect to the URL of our application. We then execute a report which fetches the metadata details of millions of documents within the application. A report is then sent as an email to the report executor.
This
Actual results:
When the request takes more than 600 seconds, we see a duplicate request being sent. So the user who executes the report ends up getting 2 or more emails because of the duplicate requests which were sent
Expected results:
Only one email should be sent for one execution of the report.
Comment 1•2 years ago
|
||
Hello! I have tried to reproduce the issue with firefox 125.0a1(2024-02-21) on Ubuntu 22.04, unfortunately I wasn't able to reproduce the issue on my end.
Could you please answer the following questions in order to further investigate this issue:
- Does this issue happen with a new profile? Here is a link on how to create one: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles
- Does this issue happen in the latest nightly? Here is a link from where you can download it: https://www.mozilla.org/en-US/firefox/channel/desktop/
- Do you have any addons installed? If yes could you please list them?
- Could you please provide more detailed steps on how to reproduce the issue?
Comment 2•1 year ago
|
||
Closing as incomplete. Please reopen if you're still seeing this with the most recent version of FIrefox.
Description
•