notes
notes copied to clipboard
Nextcloud Notes App | Could not load files settings.
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
- Open the Nextcloud Notes app.
- Create a new note or open an existing one.
- 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
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.