Forum Discussion
SadPython
Jun 24, 2024Copper Contributor
Microsoft Teams Tabs App Cannot Be Found
Hi- I'm using the teams toolkit to develop a personal tab. All I am doing is have the manifest point towards an existing web app I have hosted already. Now the issue is after I registered the app in MS Entra ID and change my app ID locally to point to the new app to debug locally in chrome I get this error.
I see the output say:
`Teams web client is being launched for you to debug the Teams app: https://teams.microsoft.com/l/app/MY_APP_ID?installAppPackage=true&webjoin=true&appTenantId=a17ff238-b223-4800-98a0-d8f5705b57ce&login_hint=MY_EMAIL.`
and I've verified my app_id and tenant_id match with the App Registration page. How can I get this app to show up when debugging locally?
I've made sure my manifest also points towards the registered app. I'm not sure how to get it to show up locally now. Is there a separate local vs. production app id?
- SadPython - Could you please provide repro steps/videos, so that we can investigate further?
- Prasad_Das-MSFT
Microsoft
SadPython - Thanks for raising your issue. Could you please provide repro steps/videos, so that we can investigate further?
- Nivedipa-MSFT
Microsoft
SadPython - Could you please provide repro steps/videos, so that we can investigate further?- SadPythonCopper ContributorI found the issue to be related to my app not building locally with teams toolkit due to some configuration changes. works now- thanks!