OfficeDev / teams-toolkit

Developer tools for building Teams apps
Other
457 stars 188 forks source link

bug report: arm/deploy.UnhandledError #10967

Closed 321gocheck closed 7 months ago

321gocheck commented 7 months ago

Cannot redefine property: stack

stack: UnhandledError: Cannot redefine property: stack at getError (:14:6313245) at Object.wrapRun (:14:6313423) at process.processTicksAndRejections (node::95:5) at async ArmDeployDriver.execute (:14:6056370) at async Lifecycle.executeImpl (:14:5935227) at async Lifecycle.execute (:14:5932384) at async Coordinator.provision (:14:5976180) at async Coordinator. (:14:6600016) at async FxCore.provisionResources (:14:6529125) at async exports.EnvWriterMW (:14:6441982) at async exports.ContextInjectorMW (:14:6603768) at async exports.ConcurrentLockerMW (:14:6602719) at async envLoaderMWImpl (:14:6441929) at async FxCore. (:14:6440843) at async exports.ProjectMigratorMWV3 (:14:6634319) at async exports.ErrorHandlerMW (:14:6604265) at async FxCore. (:14:6600016)

microsoft-github-policy-service[bot] commented 7 months ago

Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.

321gocheck commented 7 months ago

Always facing that error, even if I delete all the resources from azure and delete all my teams app in development center.

domix1996 commented 7 months ago

any news?

jayzhang commented 7 months ago

@domix1996 @domix1996 Thanks for reporting. The reason why TTK not expose the root error is because there is a bug when the error is being constructed and so the root error is not exposed. This but is will be fixed in the next prerelease version.

github-actions[bot] commented 7 months ago

The issue is milestoned with sprint milestone CY24Q1-2Wk12 (Feb 25 - Mar 09) and a work item created: https://msazure.visualstudio.com/9660fff2-2363-48b0-9e15-64df2283e932/_workitems/edit/27086948

jayzhang commented 7 months ago

@domix1996 We have released a new version of TTK (https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension). Please try and confirm it, thanks.