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
Image isn't showing. Here is the error from network call:
{
"message": "Invalid `name` param: Value must be a valid string and at least 1 chars and no longer than 128 chars",
"code": 400,
"type": "general_argument_invalid",
"version": "1.6.1"
}
So this happens because the url https://cloud.appwrite.io/v1/avatars/initials?name=&width=80&height=80&project=console&name=&width=80&height=80&project=console
has the name parameter as none, since the invited user's name wasn't specified (it was optional)
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
👟 Reproduction steps
👍 Expected behavior
It should show an image.
👎 Actual Behavior
Image isn't showing. Here is the error from network call:
So this happens because the url
https://cloud.appwrite.io/v1/avatars/initials?name=&width=80&height=80&project=console&name=&width=80&height=80&project=console
has the name parameter as none, since the invited user's name wasn't specified (it was optional)
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: