YunoHost-Apps / nextcloud_ynh

Nextcloud package for YunoHost
https://nextcloud.com/
GNU Affero General Public License v3.0
147 stars 63 forks source link

Can't open public shared links #620

Closed retiolus closed 11 months ago

retiolus commented 11 months ago

When trying to open a public shared link, I get an "Internal Server Error":

OCA\Files_Reader\Listeners\LoadViewerListener::__construct(): Argument #3 ($userId) must be of type string, null given in file '/var/www/nextcloud/apps/files_reader/lib/Listeners/LoadViewerListener.php' line 32

ericgaspar commented 11 months ago

do you have an app called files_reader? if yes, try disabling the app

retiolus commented 11 months ago

That was the issue, the problem is that the app name "files_reader" doesn't correspond to the display name "Reader (OCR)" so I wasn't able to find it.