-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to run create app task in teams toolkit #12384
Comments
i have the same issue , pleaese help me resolve it :(( |
Issue is still not fixed after a week is passed |
I am also facing the same issue, same errors. We are running late for delivery because the deployment cannot be done. |
Hi @ShubhamSengar29, @ryotien111100, @IAM5K, sorry for the late reply. The issue occurs because you created a Teams app (T1) in account A, and then switched to another account (B). When you run the same project again, it tries to create a Teams app using T1 in account B, but the app ID cannot be duplicated, so it fails. To resolve this, after switching accounts, please modify the |
Hi @huimiu, I am trying with new app also and it's producing the same error and one of my colleague also tried but he is facing same issue. I tried clearing the value in |
Hi @ShubhamSengar29, would you mind share what app you created and the subsequent detailed steps until you encountered the error? I'll try to repro this issue to see what's the cause is. |
Hi @huimiu, I selected the option created new app from teams toolkit then selected the tab as application i want to create then selected React with fluentUI then language as Typescript then the path where i want to save application then name of application. |
@ShubhamSengar29 thanks for your detailed explanation. I'll try to reproduce the issue, and I'll let you know if there are any updates. |
Please help with this issue because the issue is still same. |
Should be easy to reproduce, since all you have to do is attempt to create a new app using the VS Code Teams toolkit. Apps fail when attempting to launch debugger. This seems to happen fairly often (plenty of duplicates): |
hi @ShubhamSengar29 @ryotien111100 @IAM5K @MrKSchmitz, this is an known issue and has been fixed in the prerelease version. Please follow the screenshots below to switch to the prerelease version. We are also working with high priority to fix this in the stable version. We apologize for the inconvenience. |
@anchenyi |
As the issue is resolved close it now. |
I have created multiple tab project and every time i am getting the same below error. I created a new microsoft Id and the issue is there. before i was using contoso account and it was working fine but with new account, even newly created apps are not starting.
[2024-09-12T12:07:19.592Z] [Info] - Executing lifecycle provision
[2024-09-12T12:07:19.596Z] [Info] - Executing action aadApp/create
[2024-09-12T12:07:19.597Z] [Info] - Environment variable AAD_APP_CLIENT_ID already exist, skipping new Microsoft Entra app creation step.
[2024-09-12T12:07:19.597Z] [Info] - Environment variable SECRET_AAD_APP_CLIENT_SECRET already exist, skipping new Microsoft Entra app creation step.
[2024-09-12T12:07:19.597Z] [Info] - Action aadApp/create executed successfully
[2024-09-12T12:07:30.611Z] [Error] - Failed to Execute lifecycle provision due to failed action: teamsApp/create. TeamsAppCreateConflict:Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.. Env output: {}
[2024-09-12T12:07:30.614Z] [Info] - Execution summary:
Summary:
(×) Error: Lifecycle stage provision failed.
(√) Done: aadApp/create was executed successfully.
(×) Error: teamsApp/create failed.
(×) Error: Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.
(!) Warning: script was not executed.
(!) Warning: aadApp/update was not executed.
(!) Warning: teamsApp/validateManifest was not executed.
(!) Warning: teamsApp/zipAppPackage was not executed.
(!) Warning: teamsApp/validateAppPackage was not executed.
(!) Warning: teamsApp/update was not executed.
(!) Warning: teamsApp/extendToM365 was not executed.
[2024-09-12T12:07:30.862Z] [Error] - code:AppStudioPlugin.TeamsAppCreateConflict, message: Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.
Help link: https://aka.ms/teamsfx-switch-account-or-subscription-help
The text was updated successfully, but these errors were encountered: