Hi, I'm getting this error.
When trying to create a chat, even on the appwrite site itself, this happens.
Or a message... seems like something wrong with string fields?
Project ID: 672a76f90006efc0fbee
When did this start happening? Did you make any changes to your collections recently?
I believe yesterday or the day before. I haven't made any changes to the collections structure in the past 2 days I think.
What database and collection IDs?
database id: 672fb048001458368661 chats collection id: 674b6469000d968a0fb6 messages collection id: 674b67de00318c173564
@Shmuel would you please look into this error?
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- 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...