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
Describe the bug
When running the WebAPI, the browser is launching with https://localhost:5001/https:localhost:5001/api instead of https://localhost:5001/api
To Reproduce
Steps to reproduce the behavior:
Create a Web API-only solution:
Run WebAPI project
Browser being launched with incorrect URL
Expected behavior
When running WebAPI, should launch browser with https://localhost:5001/api URL
Additional context
In launchSettings, launch URL should be launchUrl": "https://localhost:5001/api, instead of launchUrl": "https:localhost:5001/api. i.e missing forward slash.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the WebAPI, the browser is launching with
https://localhost:5001/https:localhost:5001/api
instead ofhttps://localhost:5001/api
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When running WebAPI, should launch browser with
https://localhost:5001/api
URLAdditional context
In launchSettings, launch URL should be
launchUrl": "https://localhost:5001/api
, instead oflaunchUrl": "https:localhost:5001/api
. i.e missing forward slash.The text was updated successfully, but these errors were encountered: