We dont get imageUrl of users when do account.get(), i need to manually fetch,and set it. but this should be default behaviour.
account.getSession
The user avatar is not from appwrite session
So its not returned in the account.get()method
i dont receive it
Sorry, if you store it in updatePrefs it should be in account.getPrefs();
Reason because its not stored because the account image can be changed by user effecting the imageUrl too. Storing it is not a valid thing.
Recommended threads
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Dev Keys not working
looks like dev key are broken they simply don't work i suggest remove them until you have them working otherwise they confuse devs took me few minutes trying ...