mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 14:13:24 +00:00
[BUG]: Setup Manager 1.4 | "Setup Manager only supports Jamf solutions" not shown in UI when running in debug mode #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @philipross on GitHub.
Issue summary:
Debug mode not allowing Setup Manager to run in User space, and not showing messaging about only supporting Jamf solutions in UI.
Workarounds:
Either deploy the
simulateMDMkey in your Setup Manager profile, or run Setup Manager as root with sudo.Issue details:
When running Setup Manager in
DEBUGmode, the UI does not render theSetup Manager only supports Jamf Solutionsmessaging if Setup Manager is run in the user space.In the same scenario, running Setup Manager as root via
sudo "/Applications/Utilities/Setup Manager.app/Contents/MacOS/Setup Manager"- the UI works as expected, and the carousel of actions is shown.Looking in the Setup Manager logs, there's an error linked to the user space run attempt of
MDM detected as unknown, whereas it's correctly detecing the MDM when run as root.The issue appears to be that the error messaging is not loading correctly when run in debug mode in user space.
When running the same scenario using Setup Manager 1.3, I do indeed get the messaging about only supporting Jamf solutions.
@scriptingosx commented on GitHub:
please test with 1.4.1 release