You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simple echo server is reading the CLIENT_SECRET, TENANT_ID and CLIENT_ID and is able to generate the graph and bot tokens.
After one hour, the graph token is refreshed but the bot token is not, and therefore the ctx.send call to reply to user's message is falling with 401 unauthorized exception.