You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
When attempting to sync using WebDAV on the Android app (version 10.0.11), I receive a "No remote data found" message. The same settings work correctly on my desktop app (version 10.0.11). I cannot upload any sync data to Nextcloud(V28.0.10) from Android; selecting "Upload local to Remote" results in an error: "Error: Unknown Upload Error (Settings correct?)".
I have reinstalled the app multiple times and re-entered the settings, ensuring they match those on the desktop where syncing works. To test authentication, I intentionally entered an incorrect password, which resulted in a 401 error, indicating that authentication is functioning properly.
Steps To Reproduce
Ensure WebDAV sync is working on the desktop app (version 10.0.11).
Install the Android app (version 10.0.11) on a fresh device.
Attempt to sync with the desktop-created file.
OR
Attempt to upload new sync files from the Android app to the remote server.
🚓 Expected Behavior
The Android app should successfully set up new sync configurations.
Syncing between the desktop and Android apps should work as it did previously.
➕ Additional context
The same WebDAV settings work correctly on the desktop app.
Authentication appears to be functioning, as incorrect credentials produce a 401 error.
Reinstalling the app and re-entering settings do not resolve the issue.
Internet connection is stable, and other apps can access the network without issues.
The text was updated successfully, but these errors were encountered:
After reviewing the Nextcloud logs, I've noticed a discrepancy between the Desktop and Android client requests using the exact same settings.
From Desktop:
"HEAD /remote.php/dav/files/schirmpa/Documents/SuperProdSync/MAIN.json HTTP/1.1" 200 1472
From Android:
"HEAD /remote.php/dav/files/Documents/SuperProdSync/MAIN.json HTTP/1.1" 404 1337
As you can see, the Android request is missing the username schirmpa in the file path. I've confirmed that the username is included in the "base URL" (settings) for both clients.
When I prepend the username to the "Sync Folder Path" on Android (e.g., schirmpa/Documents/SuperProdSync), the issue seems resolved and the file syncs correctly.
It appears that the Android app isn't including the username in the request path or even deleting it, leading to a 404 error. This might be a bug in how the Android app constructs the request URL.
👻 Brief Description
When attempting to sync using WebDAV on the Android app (version 10.0.11), I receive a "No remote data found" message. The same settings work correctly on my desktop app (version 10.0.11). I cannot upload any sync data to Nextcloud(V28.0.10) from Android; selecting "Upload local to Remote" results in an error: "Error: Unknown Upload Error (Settings correct?)".
I have reinstalled the app multiple times and re-entered the settings, ensuring they match those on the desktop where syncing works. To test authentication, I intentionally entered an incorrect password, which resulted in a 401 error, indicating that authentication is functioning properly.
Steps To Reproduce
Ensure WebDAV sync is working on the desktop app (version 10.0.11).
Install the Android app (version 10.0.11) on a fresh device.
Attempt to sync with the desktop-created file.
OR
Attempt to upload new sync files from the Android app to the remote server.
🚓 Expected Behavior
➕ Additional context
The text was updated successfully, but these errors were encountered: