Skip to content

Wrong context passed to team tab when navigating (latest build bug, 24295.607.3241.5057) #2638

Open
@nbelyh

Description

@nbelyh

If you navigate to a tab using a link from one tab, the latest teams client does not give you the new context.
Teams build numbers:
Screenshot 2024-11-21 153415

Meaning, microsoftTeams.getContext() started returning the context from the previous tab/application.

This break deep link navigation completely, as the tab being loaded gets another tab's context.
This is only happening in the very latest build of teams (see the version numbers above).

Example to be clearer:

Personal App calls
executeDeepLink(...here comes the deep link to some team tab....)

Some Teams tab:
getContext(....) ===> returns now the context for the person tab, not this team tab ?????

If you reload the teams tab, the correct (teams tab) context is passed.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions