I could just be using it wrong because the documentation isnt the best but setting the img src as the result from avatars.getInitials() leaves me with an image that wont render.
TL;DR
Developers found a simpler solution for Avatars API by setting the image source as `https://cloud.appwrite.io/v1/avatars/initials?name={FIRSTNAME LASTNAME}&width=80&height=80`. The issue may be related to incorrect usage of `avatars.getInitials()`.