We have some users who are not able to open task modules from the bot chat using either the Teams web app or desktop app. They can open these Task Modules from the Teams mobile app however from the same exact Adaptive card and bot chat.
Other users have no issues viewing these same Task Modules.
The button to show the task modules is in the form of an Adapative card and the button is unresponsive and freezes the Teams client after clicking on it, forcing them to refresh. There is no expected "invoke" request that normally happens thus it's not reaching our server.

On the web app, the following error is thrown in the console for these users:
?agent=web&version=22040111409:69 CID[main] useTaskModuleHook: error launching task module for entry point 0. Error: Error: Extension already rendered, only one extension command request can be processed at a time. Request in flight: taskmodule; Extension requested: taskmodule.
at l (https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/main-3c6d70141b8ceb57.js:28:933503)
at It.processRequest (https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/main-3c6d70141b8ceb57.js:23:140805)
at It.executeCommand (https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/main-3c6d70141b8ceb57.js:23:139732)
at Xt.launchTaskModule (https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/main-3c6d70141b8ceb57.js:23:155669)
at https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/51442-bcd9f36275c9dd08.js:1:135605
at Generator.next (<anonymous>)
at a (https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/68447-9d79e9d8a90c1cdb.js:1:1032748)