Hello, I migrated from 1.4.1 to 1.4.2 & run migration command successfully but on my dashboard I can see negative values (see picture) I have actually 11 users.
Negative values on dashboard summary on 1.4.2
Will check this
Maybe cleaning cache could help?
Thanks ! Nop cleaning cache change nothing ...
I removed an user & it decrease again :p I think it's a migration problem ?
And seems creating a new user can't increment
I also have this "issue". Removing users also doesn't seem to decrement it (nvm, you said that already lol)
@dlohani this might need your attention
@iStornZ, we've rewritten how usage is done, but we haven't released it yet. please wait until then
FYI, some of the values in the Console were misleading before because the usage data is actually deltas over a period of time. This lead to confusion as some of the data looked wrong. In addition, there were actually errors in the backend when dealing with decrements...you just never saw those errors if you didn't look for them. Now, there is no error, but the Console can show negative values
Ok so we just need to wait a fix to fix negative values right ?
Hi @Steven @Meldiron Is the 1.4.4 include the fix for broken usage values ? Because on my 1.4.4 instance, it seems broken again (negative values)
Negative values on dashboard summary on 1.4.2 - 1.4.3
Negative values on dashboard summary on 1.4.4
Doesn't seem to be fixed yet.
You run migration, true?
Seems it didn't got fixed in 1.4.4
DB counts seem to be affected too.
You have more than 1 database?
Yess π
It has not been fixed yet
Update: Not fixed in 1.4.5
as well.
Follow this issue to stay updated on this: https://github.com/appwrite/appwrite/issues/4751
I think this bug is included in 1.5.X right @Steven (I see you closed the Github issue last week)
Then probably it will be available once 1.5.4 gets released
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...