Typeahead search in not working in Tab.

Meet Rathod 50 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 | Development
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

Your answer

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