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

"Send usage survey monthly" option doesn't save #166

Open
Starcr0ss opened this issue Dec 15, 2022 · 2 comments
Open

"Send usage survey monthly" option doesn't save #166

Starcr0ss opened this issue Dec 15, 2022 · 2 comments

Comments

@Starcr0ss
Copy link

Steps to reproduce

  1. Open usage survey options
  2. Check the box to enable monthly sending
  3. Refresh page to see that the setting hasn't saved and the checkbox remains unchecked

Expected behaviour

The checkbox for this setting should remain checked and the telemetry should be sent each month

Actual behaviour

The checkbox for this setting does not remain checked after a page refresh and no telemetry is sent unless done manually.

Server configuration

Operating system: Ubuntu Server 22.04.1 LTS

Web server:: Apache2

Database:: MySQL 10.6.11

PHP version:: 8.1

Nextcloud version: (see Nextcloud admin page): 25.0.2

Where did you install Nextcloud from:: Hestia Control Panel

Signing status:: HTTPS with TLS 1.3

No errors have been found.

List of activated apps:
-activity: 2.17.0

  • bruteforcesettings: 2.5.0
  • calendar: 4.1.0
  • carnet: 0.24.6
  • circles: 25.0.0
  • cloud_federation_api: 1.8.0
  • comments: 1.15.0
  • contacts: 5.0.1
  • contactsinteraction: 1.6.0
  • dashboard: 7.5.0
  • dav: 1.24.0
  • deck: 1.8.2
  • encryption: 2.13.0
  • federatedfilesharing: 1.15.0
  • federation: 1.15.0
  • files: 1.20.1
  • files_pdfviewer: 2.6.0
  • files_rightclick: 1.4.0
  • files_sharing: 1.17.0
  • files_trashbin: 1.15.0
  • files_versions: 1.18.0
  • firstrunwizard: 2.14.0
  • forms: 3.0.1
  • integration_discourse: 1.0.4
  • integration_mastodon: 1.0.3
  • logreader: 2.10.0
  • lookup_server_connector: 1.13.0
  • mail: 2.2.1
  • maps: 0.2.1
  • music: 1.7.0
  • news: 19.0.0
  • nextcloud_announcements: 1.14.0
  • notes: 4.6.0
  • notifications: 2.13.1
  • oauth2: 1.13.0
  • password_policy: 1.15.0
  • photos: 2.0.1
  • privacy: 1.9.0
  • provisioning_api: 1.15.0
  • quota_warning: 1.15.0
  • ransomware_protection: 1.14.0
  • recognize: 3.3.1
  • recommendations: 1.4.0
  • related_resources: 1.0.3
  • richdocuments: 7.0.2
  • richdocumentscode_arm64: 22.5.802
  • serverinfo: 1.15.0
  • settings: 1.7.0
  • sharebymail: 1.15.0
  • side_menu: 3.4.1
  • support: 1.8.0
  • survey_client: 1.13.0
  • systemtags: 1.15.0
  • tasks: 0.14.5
  • text: 3.6.0
  • theming: 2.0.1
  • twofactor_backupcodes: 1.14.0
  • updatenotification: 1.15.0
  • user_status: 1.5.0
  • viewer: 1.9.0
  • weather_status: 1.5.0
  • workflowengine: 2.7.0
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder

Nextcloud configuration:

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "0": "localhost",
            "2": "(domain)"
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "default_phone_region": "US",
        "version": "25.0.2.3",
        "overwrite.cli.url": "http:\/\/localhost",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "app_install_overwrite": [
            "apporder",
            "carnet"
        ],
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "maintenance": false,
        "theme": "",
        "loglevel": 0,
        "music.lastfm_api_key": "fc019ce0d58404109cd9e1b183ec648a",
        "has_rebuilt_cache": true
    }
}

Are you using an external user-backend, if yes which one: Webdav

Client configuration

Browser:: LibreWolf 107.0.1

Operating system: Arch Linux

Logs

Nextcloud log (data/owncloud.log)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...
@ristein

This comment was marked as duplicate.

@EchedelleLR
Copy link

I didnt see this before as I was not aware of this separated repository.

Survey client is broken since Nextcloud 25 at least which is the minimum version I have tested so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants