Steve Ngai Chee Weng

Results 8 issues of Steve Ngai Chee Weng

I am trying to run https://github.com/dotnet-architecture/eShopOnContainers locally. I managed to set up all the 21 containers in my Docker Desktop and all the 21 containers are running. But when I...

Hi, After I have downloaded the zip file, I unzip and then run the IdentityManager.sln file from the souce folder. After that, I hit this error: The Web server is...

In Chrome, the code generated is: `` But in Safari, the width is double. `` Any fixes on this?

Currently, when opening the solution in Visual Studio, the "src" folder harbors an overwhelming number of projects. ![image](https://github.com/dotnet/eShop/assets/21274590/4dc1070a-a4a7-4861-ac5d-04b18b12ed77) I propose organizing it by grouping related modules into folders, as illustrated...

I noticed that when I run azd init, this file config.json is created but it is empty. After running azd up, I can something created in config.json. { "infra": {...

After using Azure Developer CLI to deploy to Azure, when I view the Aspire Dashboard, I got this error There was an unhandled exception on the current circuit, so this...

After running `azd up`, I got an error ERROR: failed registering service hooks, failed getting services: a project may only contain a single Aspire service and no other services at...

Even though I set all these configurations to TimeSpan.FromDays(1), hangfire still calls my database every 5 minutes. I see this database call from Azure App Insights. This is my configuration...