Aspire shuts down after I authenticate myself in react app using msal with azure b2c #6979
Open
1 task done
Labels
untriaged
New issue has not been triaged
Is there an existing issue for this?
Describe the bug
hi, I have added an asp.net core api and some other projects for db migrations and a background service to update the migration during app startup and also an react app which is using msal with azure b2c so my problem is as soon as I authenticate myself with react app, the aspire project shuts down with this error "The program '[20160] ECommerce.AppHost.exe' has exited with code 4294967295 (0xffffffff).
The program '[6164] ECommerce.Api.exe' has exited with code 4294967295 (0xffffffff)." so I have looked the stackOverflow to find a solution but actually don't know how to solve my solution accoridn to their answers because their solution always related with docker but I am using aspire and I am not able to solve it with docker. I hope my problem is clear to you.Thanks for support
Expected Behavior
so I am expecting to myReact app to work seamlessly after I authenticate using msal with azureb2c
Steps To Reproduce
https://github.com/coodin/EcommerceWithAspire/tree/main
Exceptions (if any)
The program '[20160] ECommerce.AppHost.exe' has exited with code 4294967295 (0xffffffff).
The program '[6164] ECommerce.Api.exe' has exited with code 4294967295 (0xffffffff).
.NET Version info
.NET SDK:
Version: 9.0.101
Commit: eedb237549
Workload version: 9.0.100-manifests.4a280210
MSBuild version: 17.12.12+1cce77968
Anything else?
I am using microsoft visual studio
Microsoft Visual Studio Community 2022 (64-bit) - Current
Version 17.12.3
The text was updated successfully, but these errors were encountered: