Hello.
I have Nextcloud v22.2.0.
I can create a circle and add members but i can’t remove members, circles or edit configuration of circle.
If i execute “occ circles:check” i recived this:
. The loopback setting is mandatory and can be checked locally.
. The address you need to define here must be a reachable url of your Nextcloud from the hosting server itself.
. By default, the App will use the entry ‘overwrite.cli.url’ from ‘config/config.php’.
My URL in entry ‘overwrite.cli.url’ in config.php is correct.
How can i fix it?
Thanks.
1 Like
I have the same issue. As soon as I reload the page, the circles are back. If I click on a circle the users are also back.
1 Like
same here.
What loopback have you tried?
hi @ssergio-ll
could you solve your issue with circles?
would you share a solution? thansks
i’ve checked /etc/hosts
127.0.0.1 domain.net sub.domain.net
my config.php:
`<?php $CONFIG = array (
‘passwordsalt’ => ‘PassW’,
‘secret’ => ‘SecretCode’,
‘trusted_domains’ => array (
0 => ‘localhost’,
1 => ‘my.domain.net’,
2 => ‘123.012.234.56’,
3 => ‘127.0.0.1’, ),
‘datadirectory’ => ‘/home/my.domain.net/datas’,
‘skeletondirectory’ => ‘/home/my.domain.net/datas/skeleton’,
‘dbtype’ => ‘mysql’, ‘version’ => ‘25.0.2.3’,
‘overwrite.cli.url’ => ‘https://localhost’, …
Please, can one help and share any lead on this topic?
I’m stuck with:
In CirclesCheck.php line 264:
Your Circles App is not fully configured.
thanks a lot