nextcloud / ios

📱 Nextcloud iOS App
https://itunes.apple.com/us/app/nextcloud/id1125420102
GNU General Public License v3.0
1.98k stars 882 forks source link

Text-Files (*.md), created on iPhone will NOT be synced to the server #3123

Open Githopp192 opened 3 weeks ago

Githopp192 commented 3 weeks ago

How to use GitHub

Text-Files (*.md), created on iPhone will NOT be synced to the server (so will not reach any of the other clients (windows/mac...)

Steps to reproduce

  1. Create new Text File through iPhone Editor, i.e. test.md (Text-Dokument erstellen)

Image

  1. Put some Text into (test.md)
  2. Leave the Editor
  3. Check the changed content of the file "test.md"
  4. File content is consistent (changed data are there in "test.md")
  5. check server content after a while
  6. server content is empty ( test.md is there, but empty (0 bytes))
  7. any of clients (Windows .. ) - file "test.md" is empty (0 bytes)

Expected behaviour

sync operation should be be-directional changes in text files (*.md) by iPhone nextcloud app should sync to the server

Actual behaviour

changes in text files (*.md) by iPhone nextcloud app will NOT sync to the server

btw: photos from the iPhone Library can be uploaded to the server. Network connection check is validated and stable (checked & verified through Wifi and 4G network !)

Logs

If applicable, you can post the iOS app or server logs (removing any sensitive information).

Reasoning or why should it be changed/implemented?

Environment data

iOS version: iOS 18.0.1

Nextcloud iOS app version: Nextcloud Hydrogen for iOS:5.5.5.0

Server operating system:

Red Hat Enterprise Linux release 8.10 (Ootpa)

Web server: : Apache/2.4.37

Database: Mariadb (10.6.19-MariaDB)

PHP version: PHP 8.3.12

Nextcloud version: Nextcloud version:29.0.8.1

Githopp192 commented 3 days ago

Now on :

Nextcloud version: Nextcloud version:29.0.9.1 Nextcloud iOS app version: Nextcloud Hydrogen for iOS:6.1.3.0 Nextcloud-Desktop-Client: 3.14.3

Issue still persists

what i did to reproduce:

  1. Rename xxx.md file on iPhone to "testIT".md - Result: rename will be properliy synced to Nextcloud.Desktop-Client (Windows)
  2. Add some new content to the renamed "testIT.md" file on iPhone
  3. Check "testIT.md" content on iPhone after close - Result: newly added content is there
  4. pull down Nexcloud-iPhone App (refresh)
  5. Force sync operation on Nextcloud-Desktop-Client:
  6. Check "testIT.md" content on Windows Nextcloudf folder - Result: newly added content is NOT there, but file exists and it's renamed.