Forum Discussion
jjosee96
Jan 18, 2024Copper Contributor
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 ...
ChetanSharma-msft
Microsoft
Jan 18, 2024Hello jjosee96 - Thanks for raising your query.
Could you please let us know how you have created the NestJS Project?
Also, as per error you are not running your application in Teams client.
You need to upload the manifest to Teams via updating the validDomains with proper tunneling URL: https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/get-started?tabs=windows
Also, you can refer this sample: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-personal
Could you please let us know how you have created the NestJS Project?
Also, as per error you are not running your application in Teams client.
You need to upload the manifest to Teams via updating the validDomains with proper tunneling URL: https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/get-started?tabs=windows
Also, you can refer this sample: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-personal
- jjosee96Jan 18, 2024Copper Contributor
I didn't create it, I was only provided with the source code, it's my first time developing or modifying a Teams App.
This is the structure of my project:
Note: I appreciate your response, I will check it out.- ChetanSharma-msftJan 22, 2024
Microsoft
Hello jjosee96 - Please go through the shared documentation.
Also, we are mainly responsible for Teams app development related blockers/issues, but your query is more related to environment configuration which we are not able to repro.