InternalServerError on click on Button on Teams Card

Sahi Repswal 161 Reputation points
2021-07-02T09:37:37.523+00:00

I am trying to get event on click on Hero card Button. While I am clicking on it, it is throwing below error on browser console:

**POST** https://in.ng.msg.teams.microsoft.com/v1/agents/28:99d339ee-5417-4f8b-898f-edd3991ae770/invoke

[Bot invoke failed]: <BotError>Bot returned unsuccessful status code InternalServerError

{
"statusCode": 502,
"headers": {
"cache-control": "no-store, must-revalidate, no-cache",
"content-length": "98",
"content-type": "application/json; charset=utf-8",
"contextid": "tcid=0,server=msgapi-production-sea-azsc3-2-110,cv=tSI8iUX66E6eKC+/YAyfyw.0",
"pragma": "no-cache"
},
"errorMessage": "<BotError>Bot returned unsuccessful status code InternalServerError",
"errorCode": 1008,
"request": {}
}

2021-07-02T09:32:49.512Z [BotCardService::onButtonClicked_messageback()] sendInvoke failed: {"statusCode":502,"headers":{"cache-control":"no-store, must-revalidate, no-cache","content-length":"98","content-type":"application/json; charset=utf-8","contextid":"tcid=0,server=msgapi-production-sea-azsc3-2-110,cv=tSI8iUX66E6eKC+/YAyfyw.0","pragma":"no-cache"},"errorMessage":"Error Code: 1008 <BotError> (PII scrubbed by [InvokeErrorHelper::scrubPayloadForLogging()])","errorCode":1008,"request":{}}

2021-07-02T09:33:48.763Z StorageUsage: Error ocrrured collecting storage usage numbers for the user. Error:navigator.webkitTemporaryStorage.queryUsageAndQuota

Can you please help me to figured it out

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,261 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.