๐ Bug Report: Collections for relation attribute is empty
- Dominant language
- TypeScript
- Stars
- 57.4k
- Forks
- 5.7k
- Avg merge
- 14h 50m
- Merged PRs (30d)
- 276
Description
### ๐ Reproduction steps
* Create a new collection with an arbitrary amount of fields
* Create a new collection with a relation field.
### ๐ Expected behavior
Show me all available collections from the Database
### ๐ Actual Behavior
The request for the available collections shows 0 collections available.
The Request:
```sh
curl 'https:///v1/databases//collections?queries%5B0%5D=%7B%22method%22%3A%22limit%22%2C%22values%22%3A%5B100%5D%7D&search=null'
```
### ๐ฒ Appwrite version
Different version (specify in environment)
### ๐ป Operating system
Linux
### ๐งฑ Your Environment
Appwrite: 1.7.4 self-hosted
Docker: 28.3.3
Docker Compose: 2.39.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.