Hello, we are testing your CDN plugin on our 3.8 nop site and having two issues with the picture url being generated.
We are currently hosting the images on Azure blob storage.
Here is an example of an image being generated now with your plugin (showing the whole image tag so you can see the src url in full context:
<img alt="Picture for category Extreme 5D Series - Dual Row" src="//cdn-extremeled-images.azureedge.net/productimages/0000693_extreme-5d-series-dual-row_370.jpeg" title="Show products in category Extreme 5D Series - Dual Row">
Issues:
1.) it is not putting the http: prefix, despite the plugin configuration has this value: http://cdn-extremeled-images.azureedge.net/ and I did check the Is AzureBlobStorage Enabled checkbox.
2.)It is adding the blob container name after the cdn root url, which is not a valid cdn path (the part in bold should not be there). i.e.
This is what is being generated: http://cdn-extremeled-images.azureedge.net/productimages/0000693_extreme-5d-series-dual-row_370.jpeg
But this is the actual valid url (you can paste that in a browser and see it works to download that file): http://cdn-extremeled-images.azureedge.net/0000693_extreme-5d-series-dual-row_370.jpeg
Can you please advise on how to fix these two issues?
Thank you.
We are currently hosting the images on Azure blob storage.
Here is an example of an image being generated now with your plugin (showing the whole image tag so you can see the src url in full context:
<img alt="Picture for category Extreme 5D Series - Dual Row" src="//cdn-extremeled-images.azureedge.net/productimages/0000693_extreme-5d-series-dual-row_370.jpeg" title="Show products in category Extreme 5D Series - Dual Row">
Issues:
1.) it is not putting the http: prefix, despite the plugin configuration has this value: http://cdn-extremeled-images.azureedge.net/ and I did check the Is AzureBlobStorage Enabled checkbox.
2.)It is adding the blob container name after the cdn root url, which is not a valid cdn path (the part in bold should not be there). i.e.
This is what is being generated: http://cdn-extremeled-images.azureedge.net/productimages/0000693_extreme-5d-series-dual-row_370.jpeg
But this is the actual valid url (you can paste that in a browser and see it works to download that file): http://cdn-extremeled-images.azureedge.net/0000693_extreme-5d-series-dual-row_370.jpeg
Can you please advise on how to fix these two issues?
Thank you.
0
