-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F5 launches desktop client instead of web browser | VS 2022 17.10.4 #12052
Comments
Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned. |
If I open Edge in a profile for my developer tenant, i.e. using the account used in TTK, and use a URL with hardcoded values, the app install dialog is launched in the web client as expected.
This URL is not shown in the Teams Toolkit logs, it would be useful if it was. If I use the same URL in my primary tenant browser profile, the web client is launched but it launches the client in my primary tenant. The If I remove the |
@garrytrinder You need to keep the
For above issue you mentioned, you may find the url in your VS project's launch.json file. |
Thanks @blackchoey. In my case, the web browser does not launch at all, so I have to open a new browser window with the correct profile, then manually upload the app package. The URL in the |
Seems like this is machine specific, on my desktop the windows client is always launched, but on my laptop the web client is launched. Both are Windows 11 machines. |
@Alive-Fish Can you help with Garry's query below?
|
Describe the bug
Starting a debug session in Visual Studio opens the v2 desktop client instead of launching a browser window. The app dialog window displays app cannot be found as the desktop client is logged into a different tenant.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Web browser should be launched and app install dialog shown.
Visual Studio Information:
Microsoft Visual Studio Enterprise 2022
Version 17.10.4
VisualStudio.17.Release/17.10.4+35027.167
Additional context
Default
launchUrl
inMicrosoft Teams (browser)
profile.https://teams.microsoft.com/l/app/${{TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&appTenantId=${{TEAMS_APP_TENANT_ID}}&login_hint=${{TEAMSFX_M365_USER_NAME}}
The text was updated successfully, but these errors were encountered: