AppwriteException: general_query_invalid, Invalid query: Attribute not found in schema: rating (400)
The rating attribute is defined in the schema and was working fine earlier. However, it's now throwing this error without any changes to the schema.
TL;DR
Developer is experiencing an issue with an invalid query for the 'rating' attribute, even though it is defined in the schema and was previously working fine. No recent changes have been made to the schema.
Solution: Verify the attribute name and ensure it matches exactly with the schema definition.