Create a Teams 'Intranet Portal app' from a SharePoint Online page

Will 616 Reputation points
2020-10-30T08:52:38.717+00:00

Hi there,

I followed up the article from "https://learn.microsoft.com/en-us/microsoftteams/teams-standalone-static-tabs-using-spo-sites" and SharePoint Starter Kit (https://github.com/pnp/sp-starter-kit/blob/master/package/sharepoint-starter-kit.sppkg). Every configuration went well. I have aa try to testing this app in Teams. the message : 404 NOT FOUND :. Does anyone have been ran into the problem or anything missing?? Thanks

36238-404-not-found.png

manifest.json

{  
    "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.7/MicrosoftTeams.schema.json",  
    "manifestVersion": "1.7",  
    "version": "1.0.0",  
    "id": "679b0de2-2495-464d-a745-522e52561b50",  
    "packageName": "com.contoso.me",  
    "developer": {  
        "name": "Contoso",  
        "websiteUrl": "https://www.contoso.com",  
        "privacyUrl": "https://www.contoso.com/privacy",  
        "termsOfUseUrl": "https://www.contoso.com/tou"  
    },  
    "icons": {  
        "color": "color.png",  
        "outline": "outline.png"  
    },  
    "name": {  
        "short": "Me",  
        "full": "My Personal Space in Teams"  
    },  
    "description": {  
        "short": "Me",  
        "full": "My Personal Space in Teams"  
    },  
    "accentColor": "#F9F9FA",  
    "staticTabs": [  
        {  
            "entityId": "001",  
            "name": "Personal Space",  
            "contentUrl": "https://xxx.sharepoint.com/sites/FarbikamSPTeam/_layouts/15/teamslogon.aspx?SPFX=true&dest=/SitePages/Personal-Space.aspx",  
            "websiteUrl": "https://xxx.sharepoint.com/sites/FarbikamSPTeam",  
            "scopes": [  
                "personal"  
            ]  
        }  
    ],  
    "permissions": [  
        "identity",  
        "messageTeamMembers"  
    ],  
    "validDomains": [  
        "spexpmy.sharepoint.com"  
    ],  
    "webApplicationInfo": {  
        "id": "00000003-0000-0ff1-ce00-000000000000",  
        "resource": "https://xxx.sharepoint.com"  
    }  
}  
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,886 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sharon Zhao-MSFT 25,056 Reputation points Microsoft Vendor
    2020-11-02T02:45:48.897+00:00

    @Will ,
    As we are mainly responsible for general issue of Microsoft Teams. Your question which is involved in development is not supported by us. I would remove the office-teams-windows-itpro tag. Hope you get better response.

    0 comments No comments

  2. Manish-MSFT 256 Reputation points
    2020-11-02T08:18:26.98+00:00

    @Will : Did you change your subdomain intentionally from "spexpmy" to "xxx"? I could see two different domains in the manifest. Please use the domain mentioned in content URL in "valid domain" also.

    0 comments No comments