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
Launching the client with a single account configured with file provider only results in the "Some files could not be synced!" message in the tray window popover despite everything being fine.
The problem is the lack of status information for which the app defaults to this message.
Relevant code: syncstatussummary.cpp:251 where case SyncResult::Undefined: is handled.
Force the file provider extension to report its (hopefully happy) state on launch to avoid the default undefined fallback with the misleading message.
This is also reproducible when cleanly installing 34.0.0 release candidate 1 and setting up a fresh account with file provider which is the default. (this problem was noticed again in scope of Release 34.0.0-rc1 #10175)
syncstatussummary.cpp:251wherecase SyncResult::Undefined:is handled.Screenshot