When adding a url into the image field of an article which has no extension, then the preview image is not rendered. This is the case for example with google drive which creates urls like https://drive.google.com/uc?id=dr123&export=download.
Issue appears since #34634.
@dgrammatiko any idea?
Labels |
Added:
?
|
Problem is that the extension can't be determined here
so it will not even arrive on 212.It does, do you make a pr?
sure
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-07-27 10:24:10 |
Closed_By | ⇒ | richard67 |
Might be
joomla-cms/build/media_source/system/js/fields/joomla-field-media.w-c.es6.js
Line 212 in caf4cb7
Check what the value is there (maybe you have to remove the hash part of the url)