Skip to content
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

TeamsActivityHandler not working when debugging locally in VS Code since upgraded to Mac Sequoia #12475

Open
pjm4 opened this issue Sep 28, 2024 · 1 comment
Assignees
Labels
investigating needs attention This issue needs the attention of a contributor. TA:Infra Team Area: Infra

Comments

@pjm4
Copy link

pjm4 commented Sep 28, 2024

Describe the bug
Since I've upgraded to Mac Sequoia yesterday, I haven't been able to receive a welcome message when debugging locally.

To Reproduce
Steps to reproduce the behavior:

  1. Upgrade your Mac to Sequoia
  2. Create a sample Chat Notification Message bot

  1. Select Teams Toolkit from the Activity Bar
  2. Under Development section select Create New App
  3. Select Bot
  4. Select Chat Notification Message
  5. Select HTTP Trigger Azure Functions
  6. Select Typescript
  7. Select Default Folder /Users/<username>/TeamsApps
  8. Give it a name e.g. testbotmessage

  1. In VS Code Teams Toolkit, log in to Azure with a subscription (mightn't be necessary)
  2. In VS Code Teams Toolkit, log in to Microsoft 355
  3. Select Run and Debug on Activity Bar and select Debug in Teams (Edge or Chrome)
  4. Wait for the browser to start up and log in with the same 365 account that was used in step 12 above.
  5. The notification bot install screen will display, select Add
  6. It creates a new chat for the notification bot, however, no welcome message is displayed.

Expected behavior

A welcome message should be displayed after installing the Chat Notification Message bot.

VS Code Extension Information (please complete the following information):

  • OS: Mac
  • Version: v5.9.2024091807 (pre-release) also occurs with latest stable release

CLI Information (please complete the following information):
node --version
v20.9.0
npm --version
10.1.0

Additional context
this.onInstallationUpdateAdd doesn't work either, so it looks like the TeamsActivityHandler is not working properly at all.
I went to my Windows 11 machine and using the above steps, the Chat Notification Bot displays the Welcome message on install as expected.

There is chat online about how Mac Sequoia has made some changes to their security. I wonder if the mDNSResponder mentioned here https://support.apple.com/en-us/121238 could be affecting this?

Copy link
Contributor

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.

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Sep 28, 2024
@adashen adashen added investigating TA:Infra Team Area: Infra labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating needs attention This issue needs the attention of a contributor. TA:Infra Team Area: Infra
Projects
None yet
Development

No branches or pull requests

3 participants