Redirection to another tab from within a tab fails in Microsoft Teams
问题 I have installed an app in a tab and wanted to redirect to another tab. The url of the tab is of the form https://teams.microsoft.com/l/channel/<entityId>/<tabId>?label=Wiki&groupId=<groupId>&tenantId=<tenantId> For doing this I have tried the following - window.location.href= url //Tabs Url When viewing the console, I see a mixed content error saying that msteams is being accessed from https page. This is inspte of the fact that I am redirecting to a https url. Also, no redirection.