InternalServerError on click on Button on Teams Card
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