URL Handler: Concurrent requests fail

Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
manojdcoder
Posts: 67
Joined: Thu Oct 29, 2020 12:01 am

URL Handler: Concurrent requests fail

Post by manojdcoder »

I have a URL Handler in my plugin, it works perfectly fine, the document and images / references within are rendered properly in the editor.

Our users can switch between different documents (listed beside the editor) as they like. The problem occurs when the editor has loaded the first document but the images within the document are still loading, and user tries to switch to second document - editor fails.

I suspect that somehow Oxygen tries use the response for the image with the subsequent document request, but I could be wrong.

Any directions how we can troubleshoot this?
Screen Shot 2021-02-23 at 3.16.46 PM.png
Screen Shot 2021-02-23 at 3.16.46 PM.png (230.52 KiB) Viewed 1441 times
mihai_coanda
Posts: 78
Joined: Wed Jul 20, 2016 8:22 am

Re: URL Handler: Concurrent requests fail

Post by mihai_coanda »

Hello,

Could you try to reproduce the issue with the browser's developer console opened and send us a HAR export of the Network activity tab to support@oxygenxml.com so we can analyze them?

To export the network activity as a HAR use the Save all as HAR action from the contextual menu.

Regards,
Michael
Michael

https://www.oxygenxml.com
manojdcoder
Posts: 67
Joined: Thu Oct 29, 2020 12:01 am

Re: URL Handler: Concurrent requests fail

Post by manojdcoder »

I have emailed you the HAR file.
Post Reply