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
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
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
Download Windows Desktop Client
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")
The text was updated successfully, but these errors were encountered:
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
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")
The text was updated successfully, but these errors were encountered: