Heyo!
For a while my session icons have not been working, as well as not knowing what browser and device users are using.
It seems to fetch the avatars from this endpoint: /v1/avatars/browsers/?width=40&height=40&project=6557c21c26735bfefe30, however, this shows a 404.
Right these aren't compatible browsers
Edge is not?
Which one is edge?
microsoft edge is "on"
also using windows, so the device should be there too, right?
Interesting....we should probably add support for edge...
Yeah I just logged in again from the site, it's the "on" part (it created 4 different ones, but I guess that's a different issue..)
A GitHub issue to add support for edge on windows would be good. It would also help if you showed the details of the session API response
I am just logging in on a website using edge like a normal user would
nothing special
Appwrite should be the only http server on the server itself
I'm trying to think where you could look
Session avatars are broken on my self-hosted instance as well but I always presumed it had to do with Brave browser blocks so never gave it much thought but with the same browser on cloud session avatars are displaying correctly.
Your system should still show up
It's [browser] on [system]
and since it works on the cloud and for kenny, it's broken for me
Yes the sessions do show up it's just the avatars. The only avatar not showing up on cloud is the appwrite cli session.
If it's just the avatars, it means that the browser is not supported
You can make a feature request on github for your browser
No, you misunderstand. Everything is fine on cloud just my self-hosted instance
Actually, just restarted the browser and my self-hosted instance is also showing both avatars and sessions.
Hm
But that's a pretty old session?
Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...