Deck wont allow sharing

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): 22.1.0
Operating system and version (eg, Ubuntu 20.04): Unraid 6.9.2
Apache or nginx version (eg, Apache 2.4.25): nginx 1.19.9
PHP version (eg, 7.4): 7.4.21

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N):Y

Steps to replicate it:

  1. Open Deck
  2. open any Board
  3. Open sharing tab
    Share board search bar stalled and will not respond to any input

The output of your Nextcloud log in Admin > Logging:

Exception: in_array() expects parameter 2 to be array, null given
/config/www/nextcloud/lib/private/AppFramework/App.php - line 156:

OC\AppFramework\Http\Dispatcher->dispatch()

/config/www/nextcloud/lib/private/Route/Router.php - line 301:

OC\AppFramework\App::main()

/config/www/nextcloud/ocs/v1.php - line 62:

OC\Route\Router->match()

/config/www/nextcloud/ocs/v2.php - line 23:

require_once("/config/www ... p")

Caused by TypeError: in_array() expects parameter 2 to be array, null given
/config/www/nextcloud/apps/circles/lib/Collaboration/v2/CollaboratorSearchPlugin.php - line 101:

in_array()

/config/www/nextcloud/lib/private/Collaboration/Collaborators/Search.php - line 72:

OCA\Circles\Collaboration\v2\CollaboratorSearchPlugin->search()

/config/www/nextcloud/apps/files_sharing/lib/Controller/ShareesAPIController.php - line 228:

OC\Collaboration\Collaborators\Search->search()

/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 217:

OCA\Files_Sharing\Controller\ShareesAPIController->search()

/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 126:

OC\AppFramework\Http\Dispatcher->executeController()

/config/www/nextcloud/lib/private/AppFramework/App.php - line 156:

OC\AppFramework\Http\Dispatcher->dispatch()

/config/www/nextcloud/lib/private/Route/Router.php - line 301:

OC\AppFramework\App::main()

/config/www/nextcloud/ocs/v1.php - line 62:

OC\Route\Router->match()

/config/www/nextcloud/ocs/v2.php - line 23:

require_once("/config/www ... p")

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'datadirectory' => '/data',
  'instanceid' => 'oclu01mbl7lv',
  'passwordsalt' => 'asdfasdfasdf',
  'secret' => 'adsfasdfasdf',
  'trusted_domains' => 
  array (
    0 => '192.168.1.111:111',
    1 => 'nextcloud.mydomain.com',
  ),
  'dbtype' => 'mysql',
  'version' => '22.1.0.1',
  'overwrite.cli.url' => 'https://nextcloud.mydomain.com',
  'overwritehost' => 'nextcloud.mydomain.com',
  'overwriteprotocal' => 'https',
  'dbname' => 'nextcloud',
  'dbhost' => '192.168.1.1:1111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => 'password',
  'installed' => true,
  'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
);

The output of your Apache/nginx/system log in /var/log/____:

blank