Forum Discussion
George71
Sep 28, 2020Brass Contributor
Teams Tab App Cannot Reach server
Hi, I’ve been trying to host my Teams tab app using Tomcat on the same PC where Teams is running (i.e. localhost) with TLS enabled but I can’t seem to get it to work. Teams cannot display a simpl...
- Sep 29, 2020
George, Teams doesn't allow local hosting. You'll need to either publish your tab to a public URL, or use a proxy that will expose your local port to an internet-facing URL. Please use ngrok and try the same .
The content url would be like this contentUrl": "ngrokurl/index2.html".
Please refer the doc.
Varaprasad-MSFT
Microsoft
Sep 29, 2020George, Teams doesn't allow local hosting. You'll need to either publish your tab to a public URL, or use a proxy that will expose your local port to an internet-facing URL. Please use ngrok and try the same .
The content url would be like this contentUrl": "ngrokurl/index2.html".
Please refer the doc.
George71
Sep 29, 2020Brass Contributor
Thanks! That would explain why I could not get it to work. 🙂