SahilGOriginal post
Rank 1: Thread
We dont get imageUrl of users when do account.get(), i need to manually fetch,and set it. but this should be default behaviour.
Summary
Developers are discussing the issue of not being able to retrieve user avatar image URL using account.get() method in the application. The problem seems to be that the user avatar is not stored in the session and therefore not returned in the account.get() method. One possible solution suggested is to manually fetch and set the image URL instead.