0
ricardo created
3 Answer(s)
-
0
Hi @ricardo
We could not reproduce this situation in the relevant version and the latest version. In order to detect the problem, you can share your project with the e-mail address [email protected]. Or, you can debug the messages variable in the
GetUserChatMessages
method in theChatAppService
to see if messages belonging to the relevant person are coming here. As shown in the screenshot -
0
Hi,
I sent the project by email;
Tanks
-
0
Hi @ricardo
Removing the
"signalr"
package and upgrading the"@microsoft/signalr"
package to version "8.0.7" fixes the chat connection problem.For the invisibility issue, replace the content of the
showMessagesPanel
function in the_ChatBar.js
file with the following code.showMessagesPanel: function () { $('#kt_drawer_chat_friends').addClass("d-none"); $('#kt_drawer_chat_messenger').removeClass("d-none"); $('#kt_quick_sidebar_back').removeClass('d-none'); },