ocsms icon indicating copy to clipboard operation
ocsms copied to clipboard

OCSMS Is not displaying anything on the Nextcloud web app

Open donty opened this issue 1 year ago • 6 comments

When switching to the app on the web client, all that shows is a blank page with just the heading: Please select a conversation from the list to load it.

I can see a flash of info on screen talking about selecting contact label but it disappears in instantly and I get a Notification on the desktop informing me about X messages unread.

Is there any info I can get that would help?

Thanks

Steps to reproduce

  1. Switch to OCSMS app

Expected behaviour

Should display the messages screen

Actual behaviour

Essentially a blank screen

Server configuration

Nextcloud 25.0.1 PHP 8 Apache 2.4+ MySQL

Client configuration

Firefox

donty avatar Nov 22 '22 18:11 donty

Hello

I have exactly the same problem after updating nextcloud to 25.0.1

Steps to reproduce Switch to OCSMS app

Expected behaviour Should display the messages screen

Actual behaviour Essentially a blank screen

Server configuration Nextcloud 25.0.1 Debian 11 PHP Apache 2.4+ MySQL

Client configuration

Firefox

Thanks

jacquesnx avatar Nov 24 '22 17:11 jacquesnx

That application is unfortunately unmaintained since longer time now, so if there are issues, we're on our own... Anyway, vi /path_to_your_nextcloud_instance/nextcloud/apps/ocsms/css/style.css and change:

#app-navigation {
        /.../
        overflow-x: visible !important; 
        overflow-y: visible !important; 

it's not ideal and css in the app need much more work (at least on my instance), but that at least allows me to pick and see the conversations.

adi2k5 avatar Nov 25 '22 09:11 adi2k5

hello @adi2k5 I just make the change and it works for me. Thank you

jacquesnx avatar Nov 25 '22 09:11 jacquesnx

Works for me too Thanks a lot

JeromeSi avatar Nov 25 '22 09:11 JeromeSi

Works for me too Thanks!!!!!!!!!!!!!!!!

vshaev avatar Nov 25 '22 10:11 vshaev

Thanks adi2k5, that worked for me too -so a full-house. Shame the app is not maintained, it has been quite useful!

donty avatar Nov 25 '22 16:11 donty