e-alfred / nextcloud-printer

App to allow direct printing from Nextcloud through LPR/CUPS-connected printers
GNU General Public License v3.0
23 stars 9 forks source link

[RESOLVED] After 3rd Party App Upgrade, graphic elements in WebUI are lost, raw version of nextcloud is show #14

Closed frankmaszinek closed 3 years ago

frankmaszinek commented 3 years ago

The culprit was the Printer App. It had to be manually disabled. The app is a 3rd party app and was causing Nextcloud WebUI to crash. Nextcloud itself, but the WebUI doesn't display the theme. What you get instead is a bunch of raw text on the screen with buttons that don't easily navigate anywhere. For example, while you could load up Nextcloud, you couldn't navigate Settings or Apps to disable or reconfigure anything. At least it didn't appear to be so in raw format.

So the OCC command was needed in /var/www/nextcloud directory to disable the printer app.

sudo -u www-data php ./occ app:disable printer

Credit is given to this thread for identifying the concern about 3rd party apps and indicating that individually disabling 3rd party apps may work.

https://help.nextcloud.com/t/resolved-after-upgrade-nc-to-v17-graphic-elements-in-webui-are-lost-raw-version-of-nextcloud-is-show/61626

LESSON LEARNED. Don't install any unofficial Nextcloud apps. I will be removing any 3rd party apps from the system from here on out.

kesselb commented 3 years ago

This report is actually a duplicate of https://github.com/e-alfred/nextcloud-printer/issues/13

e-alfred commented 3 years ago

Sorry for the inconvenience, this is fixed by version 0.0.5. I removed the problematic release.