frappe / chat

Modern Chat App for Frappe
Other
103 stars 124 forks source link

No chat icon on navbar #2

Closed mohsinalimat closed 2 years ago

mohsinalimat commented 2 years ago

I am excited to use this feature but I can not see any chat icon in the navbar and the latest frappe chat code.

codescientist703 commented 2 years ago

what error are you getting in the console?

mohsinalimat commented 2 years ago

Before installation

It is important to delete all the deprecated doctypes of the existing chat application in the framework.

To accomplish that, you would have to delete all the doctypes which has the prefix chat.

What I have to delete?

mohsinalimat commented 2 years ago

what error are you getting in the console?

Screenshot 2021-09-10 at 10 40 35 AM

mohsinalimat commented 2 years ago

Can not see any chat icon li CSS in the below screenshots.

Screenshot 2021-09-10 at 4 54 59 PM

codescientist703 commented 2 years ago

That's because you are using the old version of Frappe that does not include the bundling of assets. You have to update to develop branch frappe version.

mohsinalimat commented 2 years ago

It's working in develop branch.

One issue is there when userA sent message to userB then at a time userB can not get the message.

UserB have to close the chat and open again then get new message.

codescientist703 commented 2 years ago

Please raise a new issue for this including screenshots, tracebacks, and console errors.