Hello there.
I am trying to create an app for MS Teams with an incoming webhook through a connector. My final goal is allow users to link their Teams channel to my app so that I can post notifications in their channel automatically.
I've made an app through the App Studio in Teams. I want to point the Configuration URL to my localhost nginx server (so that I can actually develop the configuration URL process) but I can't manage to make it work.
An URL pointing to localhost or 127.0.0.1 is considered invalid. I've modified my /etc/hosts file so that calling a fake URL will redirect to my localhost. This is allowed, but when I install my app and go in the "Configure" section, I get a white page. I assume that the call is made from Teams servers, not my machine.
Is there any way to setup the app so that I can develop on my local machine ?
Regards,
