Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Desktop Client does not work with User Light #10608

Closed
nwallin1 opened this issue Nov 19, 2024 · 1 comment
Closed

Windows Desktop Client does not work with User Light #10608

nwallin1 opened this issue Nov 19, 2024 · 1 comment
Labels

Comments

@nwallin1
Copy link

Describe the bug

When trying to connect the Windows Desktop Client with a user who has the role "User Light", it fails to connect after successful login.

Steps to reproduce

  1. Login to the OwnCloud website with a new user who is assigned the "User Light" role on their first login using role mapping. this means they do not have a personal drive
  2. Download Windows Desktop Client
  3. Login to desktop client with the "User Light" user

Expected behavior

After successful authentication, expected login to succeed and a "Shares" folder to appear

Actual behavior

Authentication works, however it immediately says "Disconnected from: https://owncloud-url.com" and "Preparing the account" loads indefinitely

Setup

Docker compose setup based on the documentation. I can provide more setup details as needed, but the main issue should be able to be replicated on any setup that is working and is using the default user roles and maps the user to "User Light" on there first login.

Additional context

Relevant Error from OwnCloud Desktop Client Log File:

24-11-19 14:39:49:843 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::needsRetry ]: Not Retry auth job OCC::PropfindJob(OCC::Account("[email protected]"), "https://owncloud-url.com/remote.php/webdav/", "PROPFIND", Original-Request-ID: "57ec8dc4-8822-4fc9-9a51-d11bca374087", X-Request-ID: "57ec8dc4-8822-4fc9-9a51-d11bca374087", NetworkError: "Error transferring https://owncloud-url.com/remote.php/webdav/ - server replied: Not Found") QUrl("https://owncloud-url.com/remote.php/webdav/") 24-11-19 14:39:49:843 [ info sync.networkjob.propfind ]: LSCOL of QUrl("https://owncloud-url.com/remote.php/webdav/") FINISHED WITH STATUS "ContentNotFoundError, Server replied \"404 Not Found\" to \"PROPFIND https://owncloud-url.com/remote.php/webdav/\"" 24-11-19 14:39:49:843 [ debug sync.connectionvalidator ] [ OCC::ConnectionValidator::reportResult ]: OCC::ConnectionValidator::Timeout duration(0h, 0min, 0s, 256ms) 24-11-19 14:39:49:843 [ info gui.account.state ]: AccountState state change: OCC::AccountState::Connecting -> OCC::AccountState::NetworkError 24-11-19 14:39:49:844 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job finished OCC::PropfindJob(OCC::Account("[email protected]"), "https://owncloud-url.com/remote.php/webdav/", "PROPFIND", Original-Request-ID: "57ec8dc4-8822-4fc9-9a51-d11bca374087", X-Request-ID: "57ec8dc4-8822-4fc9-9a51-d11bca374087", NetworkError: "Error transferring https://owncloud-url.com/remote.php/webdav/ - server replied: Not Found")

@nwallin1
Copy link
Author

This issue is better suited as a bug for the desktop client - owncloud/client#11986

Closing it here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant