Skip to content

The specified application identifier is invalid or does not exist

When I was developing a SharePoint 2013 app I encountered the following error when I published the App package and tried to add the App to a site:

The specified application identifier [GUID] is invalid or does not exist.

The problem seems to be that the App itself is not registered (as safe?) in the SharePoint tenant. In this case I use SharePoint Online. To fix that issue navigate to your App catalogue site collection and manually open this page: “_layouts/15/appregnew.aspx”

There you can register a new App with appropriate Client Id and Client Secret. Don’t forget to update your AppManifest.xml in your App and the Web.config when you are also using a seperate Web App project.

Source: Srinivas Challagolla Sharepoint Experiences

2 thoughts on “The specified application identifier is invalid or does not exist”

  1. “…navigate to your App catalogue site collection…”

    No clue where that is. Nothing by that name is visible on the SharePoint site.

Leave a Reply

Your email address will not be published. Required fields are marked *

By transmitting your comment you agree to our mentioned privacy policy content.

4 × 4 =