Skip to content

Troubleshooting

For sign-in problems specifically, see Signing in › Troubleshooting. This page covers the rest.

SymptomLikely causeFix
”Can’t reach the service”Sidecar still starting, or not runningIt cold-starts in ~6s — wait and retry, or start it with dotnet run --project service/Api.
Sidecar fails to bind :5099A previous instance still holds the portClose the old process, then start the sidecar again.
Client opens but stays emptyNot signed in yetSign in — protected surfaces return 409 until you do.
A surface is empty after sign-inApp registration lacks that Graph permissionConsent the required application permission in Entra.
SymptomLikely causeFix
cargo build can’t find the parserThe sibling cmtraceopen checkout is missingClone cmtraceopen next to IntuneCommander (see Install & build).
First cargo build seems to hangIt’s compiling many crates the first timeGive it a few minutes; subsequent builds are fast.
dotnet build can’t find the SDK.NET 10 SDK not installedInstall it (see Prerequisites).
SymptomLikely causeFix
An edit was rejected with a conflictSomeone changed the object first (412)IntuneCommander re-fetches so you can re-diff against the new state, then save again.
A write is greyed outThe signed-in app lacks permission for itThe action is gated on your consented permissions; grant it in Entra.
Object JSON looks partialDeeply nested Graph types can serialise partially in the editorKnown limitation for some complex types; the underlying object is intact.