1.6, created a couple regular attributes in a collection today and they're stuck in processing all day. Can't delete them. Tried docker down and up, nothing. Still shows processing but the attributes cannot be used via scripts they don't exist. Cannot recreate cause they exist. Cannot delete cause processing. Its a pretty large collection of ~700k documents so creating a new collection isn't really an option cause it would take forever to restore the documents.
Recommended threads
- 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/li...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...