ChatOps and MS Teams "resource could not be found" error #5773
Unanswered
rdancel001
asked this question in
ChatOps
Replies: 1 comment
-
It looks like you connected teams directly to stackstorm. Actually the bot is running on port 8080,so you would need to configure a proxy vhost in nginx connecting /messages to localhost:8080. Hope this helps 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, Im trying to integrate MS Teams and ChatOps. Im at the point where it's configured and I am able to send messages to the bot via Teams, its able to get to st2 via nginx, but when the requests get to the bot it returns a 404. I'm testing via the bot framework portal (https://dev.botframework.com) and using the test panel on the side. In the test window I'm just typing "help", which should return the list of available commands, to verify connection and it can respond back.
Has anyone here gotten it to work properly?
Here's what I get from nginx and st2api logs
nginx logs:
st2api.log
Running a Curl cmd equivalent
Beta Was this translation helpful? Give feedback.
All reactions