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
In the Photos app, choose the photo and launch the Share Sheet.
Use either method in the above screenshots to create a new post or a new draft.
Load the new post on the WordPress site and observe that the <img> tag’s src attribute looks something like: ///private/var/mobile/Containers/Shared/AppGroup/35CF9C30-0B32-4B11-ADC3-C7DDE5E92589/Media/image_140f0c50-6547-4f91-946b-6c17e7f7f28f.crown-house_%C2%A9-francesco-russo_websize_002-1-1.jpeg instead of an image located in the site’s Media Library.
Other details
The photo still landed successfully in the Media Library in my testing.
I believe this issue is independent of type of site (the customer had Atomic and I’ve tested on self-hosted and Simple).
Tested on iPhone 12 Pro, iOS 14.6, WPiOS 17.6
The text was updated successfully, but these errors were encountered:
4094887-zen
Expected behavior
<img>
tag contains a URL to the site's Media Library.Actual behavior
<img>
tag contains a URL to a local iOS path (e.g.///private/var/mobile/Containers/Shared/AppGroup/35CF9C30-0B32-4B11-ADC3-C7DDE5E92589/Media/
)Steps to reproduce the behavior
crown-house_©-francesco-russo_websize_002-1-1
, keeping the file’s extension.<img>
tag’ssrc
attribute looks something like:///private/var/mobile/Containers/Shared/AppGroup/35CF9C30-0B32-4B11-ADC3-C7DDE5E92589/Media/image_140f0c50-6547-4f91-946b-6c17e7f7f28f.crown-house_%C2%A9-francesco-russo_websize_002-1-1.jpeg
instead of an image located in the site’s Media Library.Other details
Tested on iPhone 12 Pro, iOS 14.6, WPiOS 17.6
The text was updated successfully, but these errors were encountered: