Forum Discussion

pedroivo_freston's avatar
pedroivo_freston
Copper Contributor
Jan 25, 2025

Can't publish app to my org

I'm trying to publish my app to my org without success, don't know how to proceed.

I've tried to publish from teams and from dev.teams portal. I already did the app validation but couldn't resolve the issue.


When I'm trying to do that from Teams App I get the error: This app cannot be found.

When I'm trying to do it from https://dev.teams.microsoft.com/ I'm get the error Failed to submit this app, reviewing the request I notice the publishing request got the following response:

{
    "error": {
        "code": "BadRequest",
        "message": "BadRequest",
        "innerError": {
            "code": "BadRequest",
            "date": "2025-01-25T14:45:20",
            "request-id": "582ba....",
            "client-request-id": "582ba415...."
        }
    }
}

6 Replies

    • pedroivo_freston's avatar
      pedroivo_freston
      Copper Contributor

      Sure, here it's

      {

          "$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",

          "manifestVersion": "1.19",

          "version": "1.0.8",

          "id": "0db9ecc6-8a73-4fec-ae9e-b6ba12d5ab2a",

          "developer": {

              "name": "Freston Analytics",

              "websiteUrl": "https://frestonanalytics.com/",

              "privacyUrl": "https://frestonanalytics.com//privacy",

              "termsOfUseUrl": "https://frestonanalytics.com//termsofuse"

          },

          "icons": {

              "color": "color.png",

              "outline": "outline.png"

          },

          "name": {

              "short": "Nexivo",

              "full": "Nexivo"

          },

          "description": {

              "short": "Manage contact creation, updates, and communication in one place.",

              "full": "Nexivo is an intuitive Teams app designed to enhance productivity in our contact center by enabling easy contact creation, updates, and management. This app consolidates essential contact functionalities, ensuring team members can efficiently handle client interactions directly within Teams."

          },

          "accentColor": "#FFFFFF",

          "staticTabs": [

              {

                  "entityId": "index0",

                  "name": "Contacts",

                  "contentUrl": "https://ccs-agent-alpha.freston.io/contacts",

                  "websiteUrl": "https://ccs-agent-alpha.freston.io/contacts",

                  "scopes": [

                      "personal",

                      "groupChat",

                      "team"

                  ],

                  "context": [

                      "personalTab",

                      "privateChatTab",

                      "meetingChatTab",

                      "meetingDetailsTab",

                      "meetingSidePanel",

                      "meetingStage",

                      "channelTab"

                  ]

              },

              {

                  "entityId": "index1",

                  "name": "In Call",

                  "contentUrl": "https://ccs-agent-alpha.freston.io/in-call",

                  "websiteUrl": "https://ccs-agent-alpha.freston.io/in-call",

                  "scopes": [

                      "personal",

                      "groupChat",

                      "team"

                  ],

                  "context": [

                      "personalTab",

                      "privateChatTab",

                      "meetingChatTab",

                      "meetingDetailsTab",

                      "meetingSidePanel",

                      "meetingStage",

                      "channelTab"

                  ]

              }

          ],

          "webApplicationInfo": {

              "id": "8f4ea05a-8d46-4345-9773-2f0d6dcd018a",

              "resource": "api://ccs-agent-alpha.freston.io/8f4ea05a-8d46-4345-9773-2f0d6dcd018a"

          },

          "bots": [],

          "connectors": [],

          "composeExtensions": [],

          "configurableTabs": [],

          "permissions": [

              "identity",

              "messageTeamMembers"

          ],

          "validDomains": [

              "ccs-agent-alpha.freston.io",

              "alpha-auth.freston.io",

              "ccs-alpha.freston.io",

              "login.microsoftonline.com"

          ]

      }

Resources