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

Nextcloud Notes App | Could not load files settings. #1317

Open
thesorskod opened this issue Jul 2, 2024 · 0 comments
Open

Nextcloud Notes App | Could not load files settings. #1317

thesorskod opened this issue Jul 2, 2024 · 0 comments
Labels
bug Something isn't working client: 🤖🍏 mobile need to reproduce Issue that has not been reproduced

Comments

@thesorskod
Copy link

Bug Description:

NC gods, I think we may have a bug here.
When attempting to link a file in the Nextcloud Notes app, navigate to to the file you want to link, and then 3 error messages appear.

Could not load files settings
Could not load files settings
Could not load files views

and the file selected does not appear as expected.

-I am only experiencing this on mobile, using the nextcloud notes app.
-Also, notes 'file linking' appear to be working as expected while using on (desktop) web browser.

Steps to Reproduce

  1. Open the Nextcloud Notes app.
  2. Create a new note or open an existing one.
  3. Attempt to link a file from the Nextcloud file storage.

Expected Behaviour

The selected file should load, and its settings should appear, allowing it to be linked to the note.

Actual Behaviour

The file fails to load, and the file settings do not appear.

Screenshots

Screenshot

Server

Please complete the following information.

  • Notes app version: [4.3.0]
  • Nextcloud version: 29.0.3.4
  • OS: [Unraid]
  • Web server: [Enter web server here]
  • PHP version: [8.3.8]
  • Database: MySQL

Nextcloud configuration:

{
    "system": {
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "SERVER.IP.ADDRESS:444",
            "nextcloud.mydomain.com"
        ],
        "memcache.local": "\\OC\\Memcache\\APCu",
        "filelocking.enabled": "true",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***",
            "dbindex": 0
        },
        "dbtype": "mysql",
        "version": "29.0.3.4",
        "overwrite.cli.url": "https:\/\/nextcloud.mydomain.com",
        "overwritehost": "nextcloud.mydomain.com",
        "overwriteprotocol": "https",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "blacklisted_files": [
            ".htaccess",
            "Thumbs.db",
            "thumbs.db"
        ],
        "simpleSignUpLink.shown": false,
        "trashbin_retention_obligation": "auto",
        "allow_user_to_change_display_name": true,
        "filesystem_check_changes": 0,
        "htaccess.RewriteBase": "\/",
        "default_locale": "en_US",
        "default_phone_region": "US",
        "integrity.check.disabled": false,
        "knowledgebaseenabled": false,
        "logfile": "\/data\/nextcloud.log",
        "loglevel": 1,
        "logtimezone": "America\/New_York",
        "log_rotate_size": 104857600,
        "has_rebuilt_cache": true,
        "maintenance": false,
        "theme": "",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpsecure": "ssl",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "enable_previews": true,
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\OpenDocument",
            "OC\\Preview\\Krita",
            "OC\\Preview\\HEIC"
        ],
        "app_install_overwrite": [
            "occweb",
            "documentserver_community",
            "files_fulltextsearch_tesseract",
            "extract",
            "files_rightclick"
        ],
        "twofactor_enforced": "false",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "upgrade.disable-web": true,
        "maintenance_window_start": 1,
        "data-fingerprint": "***REMOVED SENSITIVE VALUE***"
    }
}

## Client
Android Google Pixel 8P
-Android 15

## Log files
no error logs.
@thesorskod thesorskod added bug Something isn't working need to reproduce Issue that has not been reproduced labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client: 🤖🍏 mobile need to reproduce Issue that has not been reproduced
Projects
None yet
Development

No branches or pull requests

2 participants