panda_p
Hello, I have a question regarding the display of active sessions in the Dashboard. As you can see all the values are identical making it impossible to distinguish them. My Questions:
- Is there a way to see how old a session is?
- Can I provide extra information when creating a session which is then displayed on the dashbaord?
- What does the "on" in "Browser and Device" mean?
- Why is the column "Session" empty?
- How do I provide a "Location"?
Thanks in advance π
TL;DR
Developers reported issues with the display of active sessions in the Dashboard. They are unable to distinguish sessions due to all values being identical. Questions were raised about session age, displaying extra information, the meaning of "on" in Browser and Device, empty Session column, and providing location data. Suggestions were given to file feature requests on GitHub for requested features or issues encountered. darShan
- not yet, the api seems to contain the data but is not shown on console.. Feel free to file a feature request on GitHub.
- like what?
- it seems broken, usually it shows the device and the browser name like
Chrome 128.0 on Mac 10.15
. - what Appwrite version are you using? I don't see that column on
1.5.10
- Location is usually updated from the IP address the session was generated from. Seems broken on Self-hosted. Works on Cloud. Pretty sure this has something to do with GeoDB. Maybe file an issue on GitHub for this too.
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...