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
Right after importing, both contacts have a profile picture in the list and within the contact details:
Screencast.from.2024-10-20.02-32-43.webm
Now, after refreshing the view (or, basically, any time you open the contacts app afterwards), the WebP contact is not displayed on the list, nor when clicking the first time to see the contact details:
Screencast.from.2024-10-20.02-34-57.webm
The browser's console shows a 404 error on contact list load:
88D81FE6-F49C-4F77-97B7-1FDFE6F47B05.vcf:1
GET https://domain.com/remote.php/dav/addressbooks/users/User/asdf/88D81FE6-F49C-4F77-97B7-1FDFE6F47B05.vcf?photo 404 (Not Found)
Expected behavior
The contact list displays all images, both JPEG and WebP.
Actual behavior
The contact list does not display the WebP image.
Contact version
6.1.0
Operating system
No response
PHP engine version
None
Web server
None
Database
None
Additional info
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When importing a
.vcf
file with aPHOTO
containing a URI with a WebP image, the contact photo is not correctly displayed in the contact list.Steps to reproduce
Create a
contacts.vcf
file like (using unescaped\;
in the URIs to avoid #4189):Where the only difference is the image type (and of course the encoded image):
Import the file into a new address book.
Right after importing, both contacts have a profile picture in the list and within the contact details:
Screencast.from.2024-10-20.02-32-43.webm
Now, after refreshing the view (or, basically, any time you open the contacts app afterwards), the WebP contact is not displayed on the list, nor when clicking the first time to see the contact details:
Screencast.from.2024-10-20.02-34-57.webm
The browser's console shows a 404 error on contact list load:
Expected behavior
The contact list displays all images, both JPEG and WebP.
Actual behavior
The contact list does not display the WebP image.
Contact version
6.1.0
Operating system
No response
PHP engine version
None
Web server
None
Database
None
Additional info
No response
The text was updated successfully, but these errors were encountered: