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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...