When I go to Auth -> Users the last activity for all users is shown as "never". Some users did create sessions, jwt tokens and documents but last activity is not updated.
When is last activity supposed to update? Also does the "users.*.update" event trigger when last activity is updated? I'm using a self hosted Appwrite instance with version 1.4.11 and there are not errors inside the "worker-audits" container.
I also encounter this issue and I already post this in repo
and sir matej will investigate this issue
Hi, I don't quite see how your function deployment issues relates to my user last activity issue
Would you please create an issue?
Hm I looked but there seems to be an issue open: https://github.com/appwrite/appwrite/issues/7109 Which is opened by you? ๐ค
This could be related...but it's different. So an issue specifically for the Last Activity would be good
This is for the activities tab when viewing a user in the console
Hmm I just checked my cloud project and last activity is being set as expected ๐ง
I'm not sure what's causing this. I went back to v1.4.9 but that didn't' fix the issue. I think it's directly related to your issue because the activity within the Activity tab for every user is also empty
This also happens for me, I noticed it first time on v1.3.x so I doubt it is v1.4 issue. Last activity field works for me on clean install of v1.4.11, so maybe it is migration issue from older versions. Activity tab is empty for both clean install and the migrated instance.
I did migrate from v1.3.x to v1.4.x at some point so it could definitely be related to that
I found the problem and created an issue: https://github.com/appwrite/appwrite/issues/7147
Recommended threads
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build โ No build...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...