[WebToolsE2E][Aspire] When running eShop.Web using http, the identity-api/webhooksclient project failed to start: Failed to apply configuration value 'WebhooksWebClient' / 'CallBackUrl'. A dependency may have failed to start.
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install VS 17.10 Preview 3 [ Includes Aspire 8.0.0-preview.5.24201.12 and SDK 8.0.300-preview.24203.14 ]
- Install Docker Desktop for Windows
REPRO STEPS
- Clone eShop repo, checkout the
aspire-preview.5branch - Update sdk version to 8.0.300-preview.24203.14 in global.json
- Open eShop.Web.slnf
- Build
- F5 / Ctrl+F5 with http. Sometimes you will see this issue #3435, the workaround is: give it a minute, close the windows and try again - it works fine.
ACTUAL
EXPECTED
F5 / Ctrl+F5 works fine with https.
Hi @v-sherryfan, I think, for make sure protocol competible with all components, we can find all solution and make sure all run with http or https. Hope this help.
Can you please try this on main now that the preview5 PR has been merged along with some bugfixes/updates?
I am not seeing this issue on main.
@adityamandaleeka I still can repro this issue using http on dotnet / eShop main branch, but running with https works fine.
@v-sherryfan I got the same issue when running with https profile.
cc @adityamandaleeka