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
Similar issue over here, and had same results when making @Rovaski's above change to the avatar method in Auth\User.
An {{ avatar }} tag within a User context on the front end starts working, but images are broken in the cp.
Bug Description
When in {{ users }} {{ /users }}; if you try to fetch the avatar handle {{ avatar }} you don't get anything returned.
How to Reproduce
Try to grab {{ avatar }} on the front-end.
Extra Detail
I believe auth/users.php method, avatar is blocking {{ avatar }} from working.
However, if you modify the following from
to
{{ avatar }} starts working on the frontend, but in the CP, the avatar image's are broken unless you prepend /assets/ to all the avatar urls.
Perhaps avatarFieldUrl(); isn't working/returning the correct value?
The text was updated successfully, but these errors were encountered: