Teams webhook problem - anybody can help please? #14306
-
Hey, I configured webhook for teams and used in Settings/Integration. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Try updating to latest on master. I know a few webhook things were fixed recently. |
Beta Was this translation helpful? Give feedback.
-
@klkpl sorry to hear this isn't working for you. I am having some trouble reproducing on my end. Is there anything that pops up in your laravel.log when you checkin/checkout? |
Beta Was this translation helpful? Give feedback.
@klkpl can you run
composer install
? It should have run inside ofupgrade.php
but it seems like the package that actually handles sending notifications,laravel-notification-channels/microsoft-teams
, might not be installed on your system?(That package handles notification sending but the testing of the webhook goes through a different flow)