You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When downloading payment receipts, on a certain client the tool hangs on "Downloading generated HMTL" for one or more receipts and they do not timeout or error and the tool doesn't continue.
This means you can't use the retrying feature.
It might happen more when there is poor site connection.
I don't know if it happens with the other actions.
To Reproduce
Steps to reproduce the behavior:
Load clients.
Run "Get payment receipts", maybe several times.
The tool stops on "Downloading generated HMTL".
It does not continue.
Expected behavior
If certain receipts fail, the tool should always continue. It should not jam.
The text was updated successfully, but these errors were encountered:
It is still happening. It applies to all three download actions.
Looking in the network tab of devtools, all requests completed except:
GET https://www.zra.org.zm/pages/common/images/newUI/img_srchGoogleIcon.gif 404 (Not Found)
GET https://www.zra.org.zm/pages/common/images/newUI/footerline.gif 404 (Not Found)
GET https://www.zra.org.zm/pages/common/styles/menuarrow.gif 404 (Not Found)
There were no errors in the console except Invalid asm.js: Undefined global variable which is there before start.
Version
v1.11.0
Describe the bug
When downloading payment receipts, on a certain client the tool hangs on "Downloading generated HMTL" for one or more receipts and they do not timeout or error and the tool doesn't continue.
This means you can't use the retrying feature.
It might happen more when there is poor site connection.
I don't know if it happens with the other actions.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If certain receipts fail, the tool should always continue. It should not jam.
The text was updated successfully, but these errors were encountered: