You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an issue regarding the download feature in our Tab app.
Context:
We have a URL for a WAV file downloading in our Tab app. It is placed at a element.
This URL depends on cookies to do authorization on the backend side. The cookies are produced in our Tab after account logged in.
It works fine in the classic Teams client.
But it is not working when opening this URL in the new Teams Client. From what we checked it seems that the new Teams client handles the URL in a new window (or session or something), and the cookie produced in our main tab cannot be used.
Can someone help to investigate?
Thanks
The text was updated successfully, but these errors were encountered:
Hi team,
We have an issue regarding the download feature in our Tab app.
Context:
We have a URL for a WAV file downloading in our Tab app. It is placed at a element.
This URL depends on cookies to do authorization on the backend side. The cookies are produced in our Tab after account logged in.
It works fine in the classic Teams client.
But it is not working when opening this URL in the new Teams Client. From what we checked it seems that the new Teams client handles the URL in a new window (or session or something), and the cookie produced in our main tab cannot be used.
Can someone help to investigate?
Thanks
The text was updated successfully, but these errors were encountered: