Forum Discussion
maheshkumaryu
Aug 19, 2022Copper Contributor
Microsoft Teams Stage View fails to load Dynamics 365
I am trying to invoke a stage view through deeplink to view a Dynamics 365 Account record from my Personal Teams app on click of a button. I followed the documentation - https://docs.microsoft.com/en...
Meghana-MSFT
Sep 15, 2022Former Employee
Could you please confirm if you have valid domain entry in manifest. If you are trying to render any other urls apart from localhost, you will have to make an entry in valid domain sections as well.
maheshkumaryu
Sep 15, 2022Copper Contributor
Thanks for the response - Meghana-MSFT,
Since I am trying to render dynamics that is url - https://myorg.crm.dynamics.com, I have added this "*.dynamics.com" in the valid domain section in the app manifest
Since I am trying to render dynamics that is url - https://myorg.crm.dynamics.com, I have added this "*.dynamics.com" in the valid domain section in the app manifest
- Meghana-MSFTSep 20, 2022Former Employee
maheshkumaryu - Engineering team has mentioned as below -
What you are trying to do is not supported. you must own and have control of the domains you load in Teams App; the only exception to that rule are cases where a developer uses one of our publicly supported frameworks for building Teams Apps - e.g. SPFx or PowerApps.Alternatively, you could try to open the stage using the Dynamics 365 app ID instead. If you cannot use the Dynamics 365 app to load the content, then the only other option is to take the user to the browser.