Hi AppWrite Community, i am building project for voting https://github.com/Stefan8412/vote , with 2 types of voting 1.simple {based of total people of voting /on home page-no issue) and 2. weight voting(based on population weight), the main issue which i am facing right now is , that is not counting all votes from all voters{looks like votes object always rewrite previous vote from previous voters}...could someone pleasecheck my repo, thank you
Recommended threads
- 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...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...