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
Maybe not necessary; I could provide this information if really necessary.
Log file
Maybe not necessary; I could provide this information if really necessary.
Browser log
Maybe not necessary; I could provide this information if really necessary.
Additional info
Analysis with the code inspector of my browser :
Looking at the HTML source code, here is a fairly easy to understand observation, which might suggest that the problem could (perhaps) be simple and quick to solve: First look at the URL of the called avatar when it is displayed correctly (in the top right of the interface, or in the list of users of the instance): We see "/avatar/{username}/32?v=1".
"{username}" is what we use for example to connect to Nextcloud, on the login screen
32?v=1" has no impact on whether or not the avatar is displayed correctly Then simply look at the URL of the avatars in the list of participants in an event:
We see "/avatar/{display name}/32?v=1" ... including accents, spaces, etc ...
Conclusion of this little analysis :
We know what is the expected URL (good) and what it corresponds to (username)
We know what the actual URL is (bad) and what it corresponds to (display name)
The text was updated successfully, but these errors were encountered:
Jerome-Herbinet
changed the title
Avatars of event participants are not displayed (wrong URL)
Avatars (photos) of event participants are not displayed (using display name instead of username in URL)
May 23, 2022
Jerome-Herbinet
changed the title
Avatars (photos) of event participants are not displayed (using display name instead of username in URL)
Avatars (photos) of event participants are not displayed (using "display name" instead of "username" in URL)
May 23, 2022
Jerome-Herbinet
changed the title
Avatars (photos) of event participants are not displayed (using "display name" instead of "username" in URL)
Avatars (photos) of event participants are not displayed (using "display name" instead of "username" in src URL)
May 23, 2022
Steps to reproduce
Expected behavior
Users' avatar should appear (Organiser and guest(s)).
Actual behaviour
Users' avatar don't appear (Organiser and guest(s)).
Calendar app version
3.3.1
CalDAV-clients used
Thunderbird + Tbsync (That said, no relation to Thunderbird ; avatars are only for the browser view)
Browser
Firefox 100.0.2
Client operating system
GNU/Linux Ubuntu 20.04 LTS
Server operating system
CentOS 7
Web server
Nginx
Database engine version
MySQL
PHP engine version
PHP 7.4
Nextcloud version
23.0.5
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Nextcloud configuration
Web server error log
Log file
Browser log
Additional info
Analysis with the code inspector of my browser :
Looking at the HTML source code, here is a fairly easy to understand observation, which might suggest that the problem could (perhaps) be simple and quick to solve:
First look at the URL of the called avatar when it is displayed correctly (in the top right of the interface, or in the list of users of the instance): We see "/avatar/{username}/32?v=1".
Then simply look at the URL of the avatars in the list of participants in an event:
We see "/avatar/{display name}/32?v=1" ... including accents, spaces, etc ...
Conclusion of this little analysis :
The text was updated successfully, but these errors were encountered: