Closed pjm4 closed 3 weeks ago
Debugging starts Dev Tunnels to expose your local bot endpoint publicly. Please check if any error shown on the "Start local tunnel" task terminal, which may look like:
cc @lijie-lee for this local debugging issue.
Apologies for delay. Tried this morning and it is working again. I'm not sure what changed here. Thanks again.
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:
Create a sample Chat Notification Message bot
<username>
/TeamsAppsGive it a name e.g. testbotmessage
Expected behavior
A welcome message should be displayed after installing the Chat Notification Message bot.
VS Code Extension Information (please complete the following information):
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 theTeamsActivityHandler
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?