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.
can you provide your code?
You could also just set the image source to this
https://cloud.appwrite.io/v1/avatars/initials?name={FIRSTNAME LASTNAME}&width=80&height=80
oh damn that's so much easier than dealing with byte arrays imma just do that ty
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...