- It will not open on macOS, or macOS says it cannot be checked
- That is Gatekeeper refusing an unsigned build, not a broken download. Until signed releases are published, a build made on another machine will be refused on yours. Use WorkSuite in the browser meanwhile.
- Windows warns about the publisher
- SmartScreen does this for any installer it has not seen signed before. The same fix applies: wait for the signed release rather than clicking past the warning, which is advice worth taking for any installer, not only ours.
- On Linux it says the session will not be kept
- The app puts refresh and device tokens in the OS credential store — Keychain, DPAPI, or Secret Service. On a Linux machine with no keyring running, Electron would fall back to a fixed key, so the app writes nothing at all, keeps the session in memory, and tells you. Start a keyring, or expect to sign in again after a restart.
- It says this device has been revoked
- An administrator has cut this installation off — usually because the machine was lost or replaced. It is deliberate, it is immediate, and only your administrator can undo it. Signing in again will not.
- It cannot reach my server
- Packaged builds accept HTTPS addresses only; a plain http:// address works in a development build and nowhere else. Check the address with your administrator, and that the server is one that offers the desktop API.
- Notifications do not appear
- The app hides notification content entirely while it is locked, which is the usual answer. An unsigned macOS build is the other one: an ad-hoc build is never registered for notifications, so macOS will not draw its banners or its Dock badge.