Debugging local teams app not possible anymore

Edwin Dirkzwager 6 Reputation points
2022-06-11T16:06:38.017+00:00

I have problems in debugging a local teams app using side loading within teams.

The issue can easily be reproduced by following the below steps :

1) Create a teams app (using the installed teams toolkit)
2) Project -> Teams Toolkit -> Configure Micrososft Teams app (this is without issues)
3) Start the app from Visual Studio

You will be presented with a message stating the app cannot be found or you do not have access to it.

I have noticed a http 500 error from https://teams.microsoft.com/api/appstudio/appdefinitions/{appid}/manifest?tenantId={tenantid}

When starting the session within teams the given api call is done to retrieve the manifest. As this request fails I am assuming this will result in the given message within teams; the application manifest cannot be found.

Do I need to take additional steps or am I missing something ?

Microsoft Teams | Development
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.