Forum Discussion

jjosee96's avatar
jjosee96
Copper Contributor
Jan 18, 2024

NestJS Project Deployment in Microsoft Teams: How to configure local environment?

I have to modify a project that is a development for Teams and I have the following doubts:

I started reading documentation and did my Hello world etc, but I'm a bit confused where to start setting up the project I have to modify, so I can run it in local environments.
My Hello World 🙂

 

 

I understand that you have to configure a new app in Developer Portal and modify the manifest file to point to the local Host, just like Teams Toolkit does automatically and ID etc. and this is where I can't find how to associate these new values to my project, just like in the Hello Word, Visual Studio Code already gives me the option of Startd Debugging Teams App and this my associated Developer account.

Manifest of my Hello Word 🙂

 

 


I hope that someone can guide me a little bit.

As a side note I can run the project, but obviously when I enter the localhost it tells me the following: This application only works within Teams, please use the Teams app or Teams web version.

 

 

Resources