nextcloud / notes-ios

Other
22 stars 8 forks source link

Can't synchronize with nextcloud 27.1.4 #55

Open jona-es opened 7 months ago

jona-es commented 7 months ago

With my iPhone 13 mini and iPhone 14 the current version of nextcloud notes for iOS is not able to sync with my nc server. I've had that issue with 27.1.3 so I decided to update nc server, but still I can't sync.

I tried to login / connect nc notes app to nc server again, but same issue. There is no error message provided in the app. No read, no write possible. EDIT: I can sync my new notes from nc server, but I can't sync any changed ones nor can I push my changes to the server

I double checked with other apps, like the one for macOS and Android, and both work perfectly fine.

phil-lipp commented 6 months ago

Same here.

Notes app version: 4.9.1 Nextcloud version: 28.0 OS: Debian 11 Web server: Apache PHP version: 8.1.26 Database: MariaDB

Nextcloud configuration:

``` { "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": "***REMOVED SENSITIVE VALUE***", "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "28.0.0.11", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "default_phone_region": "DE", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "memcache.local": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "timeout": 0, "password": "***REMOVED SENSITIVE VALUE***" }, "tempdirectory": "\/media\/ext_drive_one\/nextcloud\/data\/tmp", "mail_smtpmode": "sendmail", "mail_smtpauthtype": "LOGIN", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "enable_previews": true, "enabledPreviewProviders": [ "OC\\Preview\\Image", "OC\\Preview\\Movie", "OC\\Preview\\MKV", "OC\\Preview\\MP4", "OC\\Preview\\AVI", "OC\\Preview\\mov", "OC\\Preview\\HEIC", "OC\\Preview\\TIFF" ], "preview_max_x": "2048", "preview_max_y": "2048", "jpeg_quality": "60", "overwriteprotocol": "https", "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "maintenance": false, "logfile": "\/media\/ext_drive_one\/nextcloud\/data\/nextcloud.log", "debug": true, "htaccess.RewriteBase": "\/", "overwrite.cli.url": "https:\/\/nextcloudpi\/", "app_install_overwrite": [ "podcast", "previewgenerator", "fulltextsearch", "files_fulltextsearch", "fulltextsearch_elasticsearch", "breezedark", "files_bpm", "drawio", "ransomware_protection", "files_trackdownloads", "extract", "metadata", "files_mindmap", "mediadc", "richdocumentscode", "richdocumentscode_arm64", "files_frommail", "files_markdown", "riotchat", "apporder", "facerecognition", "memories", "side_menu", "maps", "bookmarks_fulltextsearch" ], "loglevel": 0, "theme": "", "memories.exiftool": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/exiftool-aarch64-glibc", "memories.ffmpeg_path": "\/usr\/bin\/ffmpeg", "memories.ffprobe_path": "\/usr\/bin\/ffprobe", "memories.transcoder": "\/var\/www\/nextcloud\/apps\/memories\/exiftool-bin\/go-vod-aarch64", "memories.no_transcode": false, "memories.qsv": true, "twofactor_enforced": "true", "twofactor_enforced_groups": [ "admin" ], "twofactor_enforced_excluded_groups": [], "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg", "memories.vod.ffprobe": "\/usr\/bin\/ffprobe", "memories.vod.disable": true, "memories.gis_type": 1, "memories.vod.path": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/go-vod-aarch64", "data-fingerprint": "c954d870879ec9c2318b81bbc659859d" } } ```

Clients