I'm a new user, using the docker installation. Using version/tag: 2024w28.
With the account I created on first startup, I cannot change any setting on the admin area page.
The two radio buttons for 'allow upload' and 'allow user registration' are not selectable and/or responding.
Looking at the dev console of the browser, I see http 500 in the response, but I don't know how to get more information; the docker logs for the frontend container are empty.
Looking in the database, my account is super user, so I think this could be a bug.
I also tried this option in my .env file (with a restart of all containers), but it did not help:
userUpload=true
@warrenhead Could you provide more information? Such as OS or otherwise. Also, can you try a reinstall of the entire container instead of restarting it?
I'm a new user, using the docker installation. Using version/tag: 2024w28. With the account I created on first startup, I cannot change any setting on the admin area page. The two radio buttons for 'allow upload' and 'allow user registration' are not selectable and/or responding. Looking at the dev console of the browser, I see http 500 in the response, but I don't know how to get more information; the docker logs for the frontend container are empty.
Error shown:
Looking in the database, my account is super user, so I think this could be a bug. I also tried this option in my .env file (with a restart of all containers), but it did not help: userUpload=true
Please advice.