Describe the issue:
azd init fails for sample aspire-with-javascript with error: ERROR: failed to generate manifest from app host project: unmarshalling manifest: unexpected end of JSON input:
Repro Steps:
- Run
git clone https://github.com/dotnet/aspire-samples.git.
- Run
azd auth login.
- Run
cd samples/aspire-with-javascript.
- Run
azd init.
Environment:
- Branch:
main
- Azd version: azd version 1.27.0-beta.1-daily.6481467 (commit 2a4f5c65f3c3b4a0162597d593e223279cb240fd) (daily)
- Samples: aspire-with-javascript.
Expected behavior:
azd init can successfully run for sample aspire-with-javascript.
@RickWinter for notification.
Describe the issue:
azd initfails for sampleaspire-with-javascriptwith error:ERROR: failed to generate manifest from app host project: unmarshalling manifest: unexpected end of JSON input:Repro Steps:
git clone https://github.com/dotnet/aspire-samples.git.azd auth login.cd samples/aspire-with-javascript.azd init.Environment:
mainExpected behavior:
azd initcan successfully run for sampleaspire-with-javascript.@RickWinter for notification.