QuickBlox / quickblox-android-sdk

QuickBlox Android SDK includes code snippets with main use cases and framework JAR library.
BSD 3-Clause "New" or "Revised" License
417 stars 697 forks source link

Image gets uploaded in Content DB but not save in Chat DB #778

Closed akshshah closed 1 year ago

akshshah commented 2 years ago

Device: Android Android SDK version = 3.9.14

The images gets uploaded to Content Database of QuickBlox but is not saved in the Chat Database. There's no record that chat has been sent or save, something like this [{"size":"137093.0","name":"photos_hero_02.jpg","id":"3c75164a9dbb40d6add4fcece5de1d8e00","type":"image","content-type":"image/jpeg"}]

This problem only happens with Group Dialog, it is working perfectly fine in private chat.

I've also attached the error log, it says "Internal Server Error"

Please help, why the image is not being save in the chat database.

Error Log