now it just says 1
but won't let me make my dang user
So you upgraded?
I guess I can just get into the MariaDB instance but why does it say -3 documents
how does that make sense
why can the integer even go negative?
No idea, that usually happens when usage works, but only gets triggered for deleted things and not in creation
well it says there's currently -3 documents
in the database lol
Do you have upgraded the instance?
and I'm missing Users
yeah 1.4.9
from what version?
I was hoping maybe the migration would work
1.4.7
Mine says 10 users and I have 94 ๐
Uh 1.4.11 is available, maybe it fixes something ๐
hmm
1.4.11 contains an upgrade for utopia database (the appwrite framework) so it could solve the issue, but cannot confirm
Note: do backups before upgrading
yeah it's fine, it's still working I just made a function
Usage stats are a little confusing in the console. We have a rewrite coming soon
Okay cool, I was more worried about the missing but existing users but running a Users.list query helped
It probably is related to relationships if I had to guess
And seems it will not use Influxdb?
Recommended threads
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...