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
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...