nextcloud / ocsms

📱 Nextcloud/ownCloud PhoneSync server application
https://play.google.com/store/apps/details?id=fr.unix_experience.owncloud_sms
GNU Affero General Public License v3.0
189 stars 52 forks source link

OCSMS Is not displaying anything on the Nextcloud web app #347

Open donty opened 2 years ago

donty commented 2 years ago

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

jacquesnx commented 2 years ago

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

adi2k5 commented 2 years ago

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.

jacquesnx commented 2 years ago

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

JeromeSi commented 2 years ago

Works for me too Thanks a lot

vshaev commented 2 years ago

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

donty commented 2 years ago

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