79315666

Date: 2024-12-29 13:28:32
Score: 0.5
Natty:
Report link

Guten Tag everybody,

I had the same issue with Exchange rejecting sideloading. The error I received was:

-Error sideloading!-- Error: Command failed: npx @microsoft/teamsapp-cli install --xml-path (×) Error: M365.PackageServiceError: Request failed with status code 400 (tracingId:...) BadRequest: Sideloading rejected by Exchange

In my case the issue was caused by the closing curly brace } in some URLs, which invalidated the manifest.

I ran npm run validate to check the manifest and found the following errors:

Error #1: XML Schema Validation Error: The 'DefaultValue' attribute is invalid. The value 'https://localhost:3000}assets/icon-16.png' is not a valid URL.

Error #2: XML Schema Violation: The manifest does not adhere to the required XML schema definitions.

After correcting the issue, the validation result showed: The manifest is valid.

This resolved the sideloading issue, and I was able to proceed successfully.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: elvisor