Description
I share the Notes
between two accounts. The first account is my main account. The second account is a dedicated account for my smartphone. Up to version 4.9.3, everything works fine. I could create and edit markdown files on my PC and sync it via Nextcloud client to the main account, use the web interface of my main account for editing notices and read and write notices on my smartphone with the nextcloud notes app syncing over the dedicated android account.
Since version 4.9.4. The android app and the notice app of the android account is not working anymore. The notice app on the main account is still working.
I think, this is related to this PR: #1263
Steps to reproduce
- Create two accounts on the same nextcloud instance
- share the
Notes
folder of the account A with account B - try to create a note in the web interface of account B and check if it is available on account A
Expected behaviour
The notices should be shared and the web interface and the android app should work with account A and B in the same way.
Actual behaviour
Account B creates an new notes folder (Notes (2)
) and stores the notes there.
Server
Please complete the following information.
- Notes app version: 4.9.4
- Nextcloud version: 28.0.4
- OS: Ubuntu 23.10 server
- Web server: Apache (builtin in nextcloud docker image: https://github.com/nextcloud/docker)
- PHP version: 8.2.17
- Database: mariadb 10.6.17
Nextcloud configuration:
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.domain.com"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "https:\/\/nextcloud.domain.com",
"overwriteprotocol": "https",
"dbtype": "mysql",
"version": "28.0.4.1",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"maintenance": false,
"theme": "",
"loglevel": 0,
"updater.release.channel": "stable",
"app_install_overwrite": [
"calendar",
"drawio",
"tasks"
],
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"encryption.key_storage_migrated": false,
"trashbin_retention_obligation": "auto, 30",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"default_phone_region": "DE",
"mysql.utf8mb4": true
}
}
Client
Please complete the following information.
- Browser (incl. version): Firefox 124.0.1
- OS: Linux Mint 21.3