Options for a team not checkable in new view
How to use GitHub
- Please use the π reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Click settings icon on a team's page
- Try to activate an option like "allow everyone to join"
Expected behaviour
The checkbox is clickable
Actual behaviour
Nothing happens when clicking one of the checkboxes
Server configuration
Web server: Apache/Nginx
Database: MySQL/Maria/SQLite/PostgreSQL
PHP version: 8.1/8.2/8.3
Nextcloud version: (see Nextcloud admin page)
List of activated apps
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
Browser
Browser name: Zen 1.15.5b (Firefox 142.0.1) (64-Bit)
Operating system: Linux Mint
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Is there any known workaround for this bug? I can reproduce it in NC 32.0.0. In NC 31.0.9 the settings work as expected.
I've now updated my second NC instance from 31.0.10 to 32.0.1. The same behaviour can be reproduced. This instance is based on the apache docker image with a mariadb and LDAP integration. It runs on a raspberry pi 4. There is no outgoing request from the browser, when I click any of the checkboxes. So I guess this is a front end only bug.
bump. same problem on php-fpm image
we also have this problem with a nextcloud-aio install on nc version 32.0.2
Same problem here: Nextcloud AIO v12.2.1, Nextcloud Hub 25 Autumn, windows 11 Pro 24H2, Docker Desktop 4.54.0, WSL2 v2.6.2, no extra containers installed except WhiteBoard, no reverse proxy. I have followed the official guide 100% (see
https://nextcloud.com/blog/your-guide-to-the-nextcloud-all-in-one-on-windows-10-11), but i have also tried multiple other configurations, e.g. adding Collabora or OnlyOffice, using Caddy for reverse proxy plus several creative but useless suggestions from ChatGpt. All installations are made from a fresh Win11 install.
Reproducing it is simple: install WSL2, install Docker Desktop, Install AiO (using the Docker command from the official guide), open AiO interface and deselect all containers except WhiteBoard, log in to NextCloud using the admin account, create a team called SharedBooks, and finally try to set the "Anyone can request membership" checkbox. Which in my case is not possible.
I really hope someone can find a fix for this, because right now I cannot use AiO (which I think is a great product, by the way)
I really hope someone can find a fix for this, because right now I cannot use AiO (which I think is a great product, by the way)
Can you confirm this only happens in the AIO (or Docker containers)? I would guess this is a general issue but would be interesting if this just happens in Docker environments.
I think I can. Until I moved to AiO I used NextCloud on a Raspberry Pi 4. NextCloud version v31.0.10. I still have it running and in that I can set the Team properties. That is not running AiO or Docker. But of course it is also not running Windows or WSL2 π Guess it could also be a Windows problem, maybe. Actually, ChatGpt tried for a long time to convince me that it was a Collabora problem - that was before I stripped almost all containers out.
Oh, just realized the my raspberry runs an older version. So I updated it to v32.0.3. And voila - same problem! So you are right - it is a general problem. Just to be sure: it is not me doing something stupid here, is it? First time I log into NextCloud, using the admin account, I create a Team and try to set the properties. I guess that should be a valid thing to do? There are no other accounts and no files in the Team, but that shouldn't matter I guess...
The issue is based on incompatible front end library component version in the contact plugin: https://github.com/nextcloud/contacts/issues/4854 It's already fixed but not yet released. I do not understand why the circle details view is part of the contacts plugin and not of the circle plugin π€·. Let's keep fingers crossed that the release will arrive soon. Maybe it helps if you leave some πin the contacts issue π«£.
I do not understand why the circle details view is part of the contacts plugin and not of the circle plugin π€·.
This is a valid point. Did you open an issue already? Then others could vote this up.
Vote up done. But so far there are only two vote-ups, including mine! Come on, all you out there - vote and let's get this fixed π
updated the app today to v8.1.2, problem still remains :( NC v32.0.2, php-fpm