nextcloud / nextcloud/notes-ios

Still not synching with Server

Open
#171 9 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Swift
Stars
73
Forks
22
PR merge metrics
No merged PRs in 30d

Description

How to use GitHub
  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

This issue is occupying me since about 8 months now and I can't get it fixed. I heard that a solution might be to have Nextcloud callable as a subdomain like https://nc.myserver.eu instead of https://myserver.eu/nextcloud.
Since adapting my server is also running wordpress this is a task that I would like to avoid as Apache configuration is a bitch. Also AI didn't provide any meaningful help.

Steps to reproduce
  1. Install Notes App 4.4.0 from Apple App Store
  2. use regular NC credential and go through auth process
  3. add note by tapping "+" or restart app
Expected behaviour

Should open Notes edit window or show list of synced files

Actual behaviour

Lengthy Error message stating 404 error
OR when rstarting app
Error Message Synchronizing Notes - The Server request timed out

Image Image
Server configuration

Web server: Apache

Database: Maria

PHP version: 8.4

Nextcloud version: 32.0.3

Enabled: - activity: 5.0.0-dev.0 - admin_audit: 1.22.0 - app_api: 32.0.0 - bruteforcesettings: 5.0.0-dev.0 - calendar: 6.1.4 - cloud_federation_api: 1.16.0 - comments: 1.22.0 - contactsinteraction: 1.13.1 - dashboard: 7.12.0 - dav: 1.34.2 - encryption: 2.20.0 - federatedfilesharing: 1.22.0 - federation: 1.22.0 - files: 2.4.0 - files_downloadlimit: 5.0.0-dev.0 - files_pdfviewer: 5.0.0-dev.0 - files_reminders: 1.5.0 - files_sharing: 1.24.1 - files_trashbin: 1.22.0 - files_versions: 1.25.0 - firstrunwizard: 5.0.0-dev.0 - logreader: 5.0.0-dev.0 - lookup_server_connector: 1.20.0 - nextcloud_announcements: 4.0.0-dev.0 - notifications: 5.0.0-dev.0 - oauth2: 1.20.0 - password_policy: 4.0.0-dev.0 - photos: 5.0.0-dev.1 - privacy: 4.0.0-dev.0 - profile: 1.1.0 - provisioning_api: 1.22.0 - recommendations: 5.0.0-dev.0 - related_resources: 3.0.0-dev.0 - serverinfo: 4.0.0-dev.0 - settings: 1.15.1 - sharebymail: 1.22.0 - support: 4.0.0-dev.0 - survey_client: 4.0.0-dev.0 - systemtags: 1.22.0 - text: 6.0.1 - theming: 2.7.0 - twofactor_backupcodes: 1.21.0 - updatenotification: 1.22.0 - user_status: 1.12.0 - viewer: 5.0.0-dev.0 - weather_status: 1.12.0 - webhook_listeners: 1.3.0 - workflowengine: 2.14.0 Disabled: - circles: 32.0.0 (installed 25.0.0) - files_external: 1.24.0 - suspicious_login: 10.0.0-dev.0 - twofactor_nextcloud_notification: 6.0.0-dev.0 - twofactor_totp: 14.0.0 - user_ldap: 1.23.0
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration { "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "www.rustimation.eu", "rustimation.eu", "192.168.178.24", "raspberryVier", "nc.rustimation.eu" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "32.0.3.2", "overwrite.cli.url": "http:\/\/www.rustimation.eu\/nextcloud", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "maintenance": false } }
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
Browser

Browser name: Firefox

Browser version: 124/125/…

Operating system: ios 26.2

Browser log not a browser Problem ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure with Notes App 4.4.0 using the documented Nextcloud URL and authentication steps, then inspect the reported 404 and timeout behavior against the Apache and Nextcloud configuration shown here. Done means the app opens the note editor or synced-file list without either error.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, swift
Domain
mobile, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.