When I download an image it's downloading twice. it's been happening recently.
Views
Replies
Total Likes
Can you provide more details, like
If I download any image it will download at the same time twice.
Hi @HaligulJa
Please check the click event registered on that link, seems click handler is registered & called twice on click event.
You can simple check this with putting breakpoints in your frontend code or check network calls from browser
There could be a few reasons why an image is downloading twice. One possibility is that there is a browser extension or plugin that is causing the issue. You can try disabling any extensions or plugins that you have installed and see if that resolves the issue.
Another possibility is that there is a problem with the website or server where the image is hosted. You can try downloading the image from a different website or server to see if the issue persists.
If neither of these solutions work, you may want to try clearing your browser cache and cookies. This can sometimes resolve issues with downloading files.
I'm not using the Adblocker extension only in the browser. I paused and tried it again downloading twice.
Where is this happening? In AEM Assets?
Is the AssetDownloadServlet OSGi component is disabled?
If this is happening on Adobe bridge, it is a known issue.
Yes, It's happening in the AEM Assets.
@HaligulJa This is great! Now we know that this issue is happening on AEM assets, let's try to narrow it down. Are you trying to download it from assets.html or damadmin.
Can you provide the steps from where you are trying to download this image from as there are multiple ways you can download an image?
Hi @HaligulJa ,
Duplicate HTTP Requests:
Image Renditions:
Client-Side Caching:
Proxy or CDN Configuration:
AEM Dispatcher:
AEM Component Configuration:
Using Developer Tools:
Review Frontend Code:
Check AEM Authoring and Renditions:
Review AEM Dispatcher Logs:
Check CDN/Proxy Configuration:
If your browser's network tab shows two requests for the same image, the steps might look like this:
By systematically investigating these areas, you should be able to identify and resolve the issue of images downloading twice in AEM.
I would review client-side code like JavaScript and review wether its code from your clientlibs, third-party, or Adobe Launch scripts that may be causing the issues.
@HaligulJa Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.