-
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
bug report: Core.DecryptionError #12500
Comments
Hi @arundhathiMenon, what's the operation when you met this error? We solved a bug when importing an existing outlook add-ins project (json manifest) and it will soon be release. |
I am trying to create a teams bot and wanted to run it locally so while running it clicking on debug from chrome option in vscode i am getting this error and and ms teams is not opening. |
@arundhathiMenon You could try to remove the file |
The app name has a length limit, please change the "name.short" value in |
Ok, I have manifest.json file where my bot is deployed on azure. Now i am running it locally. |
@arundhathiMenon Do you have the specific failed error message? From the above message there's a schema error in manifest.json file. |
I am creating an microsoft teams bot where i want to do SSO, I've done all configuration setup as per documentation still i am getting Could not find Connection Setting with name 'BotOauthConnection' when i am testing my bot on teams. I've tried my best. can i get some help from the technical support team to resolve this? |
The latest question about SSO is duplicate with #12530. @arundhathiMenon let's continue the discuss there and please check my suggestions. |
Cipher text is broken
stack:
DecryptionError: Cipher text is broken
at LocalCrypto.decrypt (<REDACTED: user-file-path>/extension.js:2:1036421)
at EnvUtil.readEnv (<REDACTED: user-file-path>/extension.js:2:934640)
The text was updated successfully, but these errors were encountered: