Open IAM5K opened 1 week ago
Same error here. To fix it we downgraded the VSCode Teams Toolkit Extension from 5.10.0 down to 5.8.2 so it seems the issue was introduced in 5.10.0
Thanks for the confirmation/support @ls-msc ,
I also tried to switch back and provision works there but the deployment fails.
Also the @microsoft/adaptivecards-tools
is missing in the new upgrade
[2024-10-23T08:55:47.681Z] [Info] - [script stdout] node_modules/adaptivecards-templating/lib/json-schema-card.d.ts(1,31): error TS2307: Cannot find module 'adaptivecards/src/schema' or its corresponding type declarations.
src/TeamsBot.ts(1,31): error TS2307: Cannot find module '@microsoft/adaptivecards-tools' or its corresponding type declarations.
src/commands/wish.ts(2,31): error TS2307: Cannot find module '@microsoft/adaptivecards-tools' or its corresponding type declarations.
We need to manually install the package. For now this is a work around but not the solution for all.
This issue will confuse those who initialized the project with v 5.10.0. They will never know what can be the cause of failing provision and deployment.
Sorry, there is a bug related to 5.10.0 because of the version of @azure/core-http
has been changed.
I've created a fix to solve this problem. https://github.com/OfficeDev/teams-toolkit/pull/12583
Since the PR is merged, is it safe to update the extension?
We still need to wait next release to bring this fix public. The next pre-release version will start at the middle of the Nov.
recently we started getting this error, with the package we discussed earlier. I had deployed the application by downgrading my teams toolkit. Do you suspect any issue or relation to the package you changed.
Description: During the execution of the lifecycle provision for my Teams app deployment, I encountered an error with the
azureStorage/enableStaticWebsite
step. It seems to be related to fetching properties of the container$web
in an Azure Storage Account.Logs:
Summary:
aadApp/create
andarm/deploy
.azureStorage/enableStaticWebsite
action failed with a TypeError related to anAbortSignal
.Environment:
xxxxxx
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
5.10.0
Steps to Reproduce:
azureStorage/enableStaticWebsite
step when attempting to fetch container properties.VS Code Extension Information: Version: 1.94.2 Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 Date: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Linux x64 6.10.11-amd64
Teams Toolkit v5.10.0
Expected Behavior: The provisioning should complete without error, and the static website should be enabled.
Actual Behavior: Provisioning fails due to the
TypeError: Expected signal to be an instanceof AbortSignal
.