Wrong number of items (databases, documents) in the Appwrite Console app
- 0
- Self Hosted
- Storage
- Cloud

On the project page in the Appwrite Console, the dashboard says I have 6 databases and 242k devices, while when I count the databases I have 5, and counting the documents programmatically gives 9.2k. When I imported the deployment to a clean VM, the new deployment shows 5 databases and 9.2k documents, which are the correct values. The difference might come from the fact that on older deployment I've deleted and created databases. The question is - did I delete them correctly, since the dashboard still counts them?
Recommended threads
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Cannot connect to SMTP in AppWrite - set...
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread t...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
