Typeahead search in not working in Tab.

Meet Rathod 5 Reputation points
2024-10-08T13:23:29.9866667+00:00

I'm rendering an adaptive card in a tab, which includes a button. When I click the button, a task module opens that contains a typeahead search. However, the typeahead search isn't functioning properly; it throws an error stating, "Unable to show options right now." I'm not receiving any requests on the server side, and the network tab indicates an error when calling the invoke API during the typeahead search.
Here is the response I am getting from network tab during typeahead search.

{
    "errorCode": 0,
    "message": "Invalid conversation ID: tab:db66acb4d6d22c7badfc2a6fe98ed1c3ec5ada64f24e1c8ae047c31157ab9aaa",
    "standardizedError": {
        "errorCode": 1,
        "errorSubCode": 1,
        "errorDescription": "Invalid conversation ID: tab:db66acb4d6d22c7badfc2a6fe98ed1c3ec5ada64f24e1c8ae047c31157ab9aaa"
    }
}
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,134 questions
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,267 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.