Invalid `queries` param: Invalid query method
- Dominant language
- Svelte
- Stars
- 393
- Forks
- 260
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 24
Description
### 👟 Reproduction steps
**Request URL:** https://db.domain.com/v1/projects?queries[0]={"method":"equal","attribute":"teamId","values":["69b52f340034957dad6a"]}&queries[1]={"method":"limit","values":[1]}&queries[2]={"method":"select","values":["$id"]}
**Response:**
```json
{
"message": "Invalid `queries` param: Invalid query method: select",
"code": 400,
"type": "general_argument_invalid",
"version": "1.8.1"
}
```
### 👍 Expected behavior
It should be possible to create a new project, and it should open when clicked.
### 👎 Actual Behavior
When a new project is created, it doesn't appear in the list without refreshing the page. Clicking on the project doesn't open it.
### 🎲 Appwrite version
Version 1.8.x
### 💻 Operating system
Linux
### 🧱 Your Environment
**Server:** Dokploy (0.28.6) on AlmaLinux (10.1), Cloudflare Tunnel
**Appwrite version:** 1.8.1
**Console version**: 7.8.19
**Redis version:** 8.6.1
### 👀 Have you spent some time to check if this issue has been raised before?
- [x] I checked and didn't find similar issue
### 🏢 Have you read the Code of Conduct?
- [x] I have read the [Code of Conduct](https://github.com/appwrite/.github/blob/main/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.