eShopOnAbp icon indicating copy to clipboard operation
eShopOnAbp copied to clipboard

Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and Mong...

Results 20 eShopOnAbp issues
Sort by recently updated
recently updated
newest added

This will cause hosting the angular app in .Net application as [BFF pattern](https://docs.duendesoftware.com/identityserver/v7/samples/bff/). It can be beneficial. Some usefull links: - https://learn.microsoft.com/en-us/samples/dotnet/aspire-samples/aspire-angular-react-vue/ - https://timdeschryver.dev/blog/how-to-include-an-angular-project-within-net-aspire#adding-an-angular-project-to-net-aspire-application-host

Commenting and Rating system can't find the existing user since the users are being synched with Keycloak. After Keycloak user synched, they need to be re-synched with the same ID.

service-cmskit

Investigate easy ways to deploy the Aspire project to Azure. https://prom3theu5.github.io/aspirational-manifests/getting-started.html

effort-sm
devops

We are using: - RabbintMq - MongoDb - Redis - Postgres - Keycloak on docker. Move them to Aspire.

enhancement

Live demo 👉 https://www.eshoponabp.com/ throwed a error when I clicked login button. ![image](https://github.com/abpframework/eShopOnAbp/assets/51013754/a386a4e0-2bd0-49f7-b511-225ed2805223)

1、the web-public-gateway service show Fetch error Failed to fetch http://administrationService/swagger/v1/swagger.json Fetch error Possible mixed-content issue? The page was loaded over https:// but a http:// URL was specified. Check that you...

您好,请问个问题,在文档的示例中manager 创建完对象后直接返回,但是在eshoponabp中 order 服务中为什么创建完订单后,执行了添加操作 ![image](https://github.com/abpframework/eShopOnAbp/assets/139363372/5cc53d9e-e02f-4ecf-8a8f-e138ef43021e) ![image](https://github.com/abpframework/eShopOnAbp/assets/139363372/5ccdf224-63ec-425e-b2d4-ae23eba30097)

[20:34:00 INF] keycloak-seeder_b7eb207a-f process exited with exit code -532462766 [20:34:00 ERR] watch: keycloak-seeder_b7eb207a-f process exited with exit code -532462766 [20:34:00 WRN] Waiting for a file to change before restarting dotnet......

In Keycloak, the user ID should be the same as the ID in the identity users table. The "sub" claim in the token should exist in users. Currently, when creating...