Open crami opened 4 years ago
Known problem. See https://github.com/nextcloud/twofactor_gateway/pull/316#issuecomment-576351190
With https://github.com/coenjacobs/mozart/issues/11#issuecomment-611746985 we might be able to progress without the change in the upstream ovh lib.
With coenjacobs/mozart#11 (comment) we might be able to progress without the change in the upstream ovh lib.
For details see https://blog.wuc.me/2020/05/13/rock-me-amadeus-php-dependency-hell.html
Just for reference: The conflict is not with the bookmarks app itself, but rather with nextcloud core. Bookmarks only fails as a result of that.
OCA\Bookmarks\Http\Client calls OC\Http\Client\Client in nextcloud core which calls GuzzleHttp\Client, but that gets loaded from var/www/html/apps/twofactor_gateway/vendor/guzzlehttp/guzzle/src/Client.php.
looks like the guzzle version shipped is older then the one used by the bookmarks plugin (1.6.1). This leads to an error that bookmark syncing does not work. "Call to undefined function GuzzleHttp\_idn_uri_convert()"