Forum Discussion
JWhite1114
Mar 23, 2021Copper Contributor
Embedded SP site in Teams app, Stream not rendering
Hi All, We have embeeded a SP site into teams with a personal and deployed company wide. We have embedded Stream videos throughout the site. Just this morning, we are unable to view stream cont...
JWhite1114
Apr 06, 2021Copper Contributor
Sridevi-MSFTHere you are. I appreciate your helping looking into this!
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.9/MicrosoftTeams.schema.json",
"manifestVersion": "1.9",
"version": "1.0.7",
"isFullScreen": true,
"id": "2bece6c3-56a8-493d-98dc-63c6b02078b1",
"packageName": "signetgroup.net.corporateintranet",
"developer": {
"name": "SIGNET",
"websiteUrl": "https://signetgroup.net",
"privacyUrl": "https://signetgroup.net/privacy",
"termsOfUseUrl": "https://signetgroup.net/termsofuse"
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "Connect",
"full": "SIGNET Connect"
},
"description": {
"short": "SIGNET Intranet",
"full": "My awesome intranet application to embed modern SharePoint to Teams"
},
"accentColor": "#1A2664",
"staticTabs": [
{
"entityId": "00001",
"name": "Intranet Home",
"contentUrl": "https://signetelec.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=/sites/SIGNETInsider2/SitePages/Home.aspx",
"websiteUrl": "https://signetelec.sharepoint.com/sites/SIGNETInsider2",
"scopes": [
"personal"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [
"signetelec.sharepoint.com",
"signetgroup.net"
],
"webApplicationInfo": {
"id": "00000003-0000-0ff1-ce00-000000000000",
"resource": "https://signetelec.sharepoint.com/",
"applicationPermissions": [
"file.read.group"
]
}
}
Sridevi-MSFT
Apr 06, 2021Former Employee
JWhite1114, Please add complete url in destination for contentUrl and let me know if you still persists the issue.
"contentUrl": "https://{domainName}.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=https://{domainName}.sharepoint.com/sites/Test/SitePages/Stream-Testing.aspx",- JWhite1114Apr 06, 2021Copper Contributor
Sridevi-MSFT OK this is what is there currently
https://signetelec.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=/sites/SIGNETInsider2/SitePages/Home.aspxI should replace with this?
https://signetelec.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=https://signetelec.sharepoint.com/sites/Test/SitePages/Stream-Testing.aspx- Sridevi-MSFTApr 06, 2021Former Employee
JWhite1114, Yes.
"contentUrl": "https://signetelec.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=https://signetelec.sharepoint.com/sites/SIGNETInsider2/SitePages/Home.aspx",- JWhite1114Apr 06, 2021Copper ContributorUnfortunately the issue is persisting.