Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App settings not being saved (e.g. unable to enable guest access to external storage) #979

Closed
chrisbley opened this issue Jan 9, 2023 · 3 comments
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working

Comments

@chrisbley
Copy link

App settings can be changed in the GUI, but are not being saved.
This prevents guest users from getting access to external storage.

There's no errors in the nextcloud logs.

image

Any ideas?

Cheers!

@chrisbley chrisbley changed the title App settings not being saved in Nextcloud AIO 4.0.1 App settings not being saved in Nextcloud AIO 4.0.1, so no guest access to external storage Jan 9, 2023
@joshtrichards joshtrichards changed the title App settings not being saved in Nextcloud AIO 4.0.1, so no guest access to external storage App settings not being saved (e.g. unable to enable guest access to external storage) Mar 15, 2024
@joshtrichards
Copy link
Member

Reproduced. Settings change but are toggled back upon return.

@joshtrichards joshtrichards added bug Something isn't working 1. to develop Accepted and waiting to be taken care of labels Mar 15, 2024
@i2h3
Copy link

i2h3 commented Feb 24, 2025

I encountered this issue, too. No console output, no XHR dispatched, as if just no event handler is set up. It can be reproduced in a clean Nextcloud 29.0.12 Docker deployment:

docker run \
    --detach \
    --publish 8080:80 \
    --env SQLITE_DATABASE=nextcloud.sqlite \
    --env NEXTCLOUD_ADMIN_USER=admin \
    --env NEXTCLOUD_ADMIN_PASSWORD=admin \
    nextcloud:29.0.12

Install guests app (3.2.0 is the latest release for Nextcloud 29):

./occ app:install guests

Though, the latest Nextcloud and Guests releases are 30.0.5 and 4.1.0. It is still reproducible there.

@skjnldsv
Copy link
Member

Fixed by #1299
release incoming

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants