CIRCLES won't accept any changes ! blocked

my nextcloud has a valid address and is used by several members of our team.
I need a valid circle, do you know which kind of address should be given for the loop?
localhost didnt work, my URL didn’t work, do you have another view on this please?

You need to use an address of your Nextcloud that is reachable from the hosting server itself. if the current one of your nextcloud is not working you will need to make it works through your httpd configuration.

every other service is using localhost (db for instance).
circles worked fine for several months. I guess it stopped after the .7 update or so.

I’m sorry to insist but I don’t understand yet what address or type of address I should use neither where I should have it copied.

wd u have any info, any link i could use in order to fix this please?
thanks

hi @Cult
Can you give specific example please?

http://localhost seems to work for other processes.
i’ve tried every solution I found on the forum.
As https://my.domain.net/ and many variation.

Do you mean an adsress like /www/nextcloud/…?

Thanks, i really appreciate your concern

Hi
several apps are using /localhost

when installing an CMS on my server -for example- it asks the address of the database and /localhost seems to be a good answer because the install operates and the CMS functions.

I’m really enable to find out another option to the question asked by @Cult.
Localhost is supposed to function. But if the circles:check returns

Please write down a new loopback address to test:

what else should I do, look or try?

We are really blocked when using Circles at the moment.

Thanks if you can help

Hi Cult, sorry to insist, but as said before localhost works for other apps on my server.

here is my /etc/host:

GNU nano 6.2 /etc/hosts
127.0.0.1 localhost
127.0.1.1 vm.contaboserver.net vm

The following lines are desirable for IPv6 capable hosts

::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
123.212.234.55 vmi.contaboserver.net vmi
127.0.0.1 mydomain.com

Could there be something wrong in my settings?
Thanks a lot if you can validate this step

if i use several domains, i should see

127.0.0.1 mydomain.com subdomain1.mydomain.com subdomain2.mydomail.com

Would it be correct?

I’ve upgraded to NC25 and ubuntu, now I’m getting a new message

occ circles:check
An unhandled exception has been thrown:
OCP\HintException: [0]: Memcache \OC\Memcache\Redis not available for local cache (Is the matching PHP module installed and enabled?)

I’ll look that up …

occ circles/check message came back to previous state

* testing address: https://my.domain.net
- GET request on https://my.domain.net/index.php/csrftoken: fail

So far, i’ve checked /etc/hosts
and here is 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? thanks a lot

hi @Cult
I guess you could see all the information i’m sharing here on our situation
do you think you could share a thought on my answers?
it’s getting kind of desperate …
thanks if you can :crossed_fingers: