Replies: 2 comments
|
This feature is currently not supported, but we are aware that the button is enabled. We are working on disabling the button until we have full support for this feature. |
0 replies
|
Moving this to the Ideas section of discussions given that this is technically a feature request. As I mentioned before, the Add to Teams button should be disabled now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Adding a deployed code app to Microsoft Teams fails while Teams processes the generated app package:
The Teams manifest schema requires both
icons.colorandicons.outline, so the package generated for code apps appears to omit the outline icon entirely.To reproduce
pac code initwith a custom 192x192 PNG logo (logoPathset in power.config.json), add Dataverse data sources,pac code push.Expected behavior
The generated Teams package contains a valid manifest with both
icons.colorandicons.outline, and the app installs as a tab.Notes
logoPath: "Default"path may hit it too).&source=teamstab) and upload it as a custom app.Environment
All reactions