Federated Circles is sending an Post error

Hi I have updated both nextclouds to 14.04 and PHP 7.2 and could not manage to connect to each other:
NC A is on Ubuntu 18.04 and NC B on Debian 9.

One nextcloud A sends “no error” if I want to link with B

Verknüpfung zu **{remote}** konnte nicht erstellt werden: Keine Fehlermeldung

Altough the error.log shows:

TypeError: Argument 1 passed to OCA\Circles\Db\FederatedLinksRequest::delete() must be an instance of OCA\Circles\Model\FederatedLink, null given, called in /var/www/owncloud/apps/circles/lib/Service/FederatedLinkCreationService.php on line 243

    /var/www/owncloud/apps/circles/lib/Service/FederatedLinkCreationService.php - line 243:

    OCA\Circles\Db\FederatedLinksRequest->delete(null)

    /var/www/owncloud/apps/circles/lib/Service/FederatedLinkCreationService.php - line 151:

    OCA\Circles\Service\FederatedLinkCreationService->requestLinkWithRemoteCircle("af927edf79cab6", "Peer-R-D-W@ ... t")

    /var/www/owncloud/apps/circles/lib/Controller/LinksController.php - line 116:

    OCA\Circles\Service\FederatedLinkCreationService->createLinkWithRemoteCircle("af927edf79cab6", "Peer-R-D-W@ ... t")

    /var/www/owncloud/lib/private/AppFramework/Http/Dispatcher.php - line 166:

    OCA\Circles\Controller\LinksController->createLink("af927edf79cab6", "Peer-R-D-W@ ... t")

    /var/www/owncloud/lib/private/AppFramework/Http/Dispatcher.php - line 99:

    OC\AppFramework\Http\Dispatcher->executeController(OCA\Circles\ ... {}, "createLink")

    /var/www/owncloud/lib/private/AppFramework/App.php - line 118:

    OC\AppFramework\Http\Dispatcher->dispatch(OCA\Circles\ ... {}, "createLink")

    /var/www/owncloud/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47:

    OC\AppFramework\App::main("OCA\\Circle ... r", "createLink", OC\AppFramew ... {}, { uniqueId: ... "})

    OC\AppFramework\Routing\RouteActionHandler->__invoke({ uniqueId: ... "})

    /var/www/owncloud/lib/private/Route/Router.php - line 297:

    call_user_func(OC\AppFramew ... {}, { uniqueId: ... "})

    /var/www/owncloud/lib/base.php - line 987:

    OC\Route\Router->match("/apps/circl ... k")

    /var/www/owncloud/index.php - line 42:

    OC::handleRequest()

Nextcloud B shows the following when linking to A:

Passing in the "body" request option as an array to send a POST request has been deprecated. Please use the "form_params" request option to send a application/x-www-form-urlencoded request, or the "multipart" request option to send a multipart/form-data request.

Is there anything I can do?

1 Like

The same with NC 15.04 and Circles 0.16.0

So they advertised a big mega Feature that doesn’t work?