microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
211 stars 236 forks source link

How to check error logs of Echo bot? #780

Open jade0520 opened 4 weeks ago

jade0520 commented 4 weeks ago

I'm having 500 Internal Server Error when I invite the bot to my teams meeting.

The bot didn't cause any error when I deploy it on Azure by Action. I think there might be some network-related issues because I haven't set up tunneling from my local server to my domain (example.com), assuming the bot would be deployed on Azure cloud. Also, I haven't configured external ports on my local computer separately.

It's frustrating that I can't get precise logs other than the response through Postman. Is there any way to check the server-side logs?