Threads
How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` methods the client throws a `ERR_BLOCKED_BY...
- Web
- Cloud
2 months ago
Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/lib/appwrite/appwrite.ts` I get: ℹ Info: F...
- Tools
- Databases
- Web
- Cloud
3 months ago
Searching by attribute "name" requires a fulltext index.
I have a table "products" with a few columns I'm trying to search by, but I get this error: { "message": "Searching by attribute \"name\" requires a fulltext index.", "code": 400, "type": ...
- Databases
- Web
- Cloud
3 months ago