maliming
maliming
In short: Do you want to remove the Identity and account modules from the application? Thanks.
Using `Keycloak` will still create an external user in the Identity module. I don't quite understand what you're trying to achieve. Thanks.
hi We have added the `GetByGroupAsync` method. See https://github.com/abpframework/abp/pull/22724
1. EF Core will use the `ModificationCommand` class to get the value of the property we configured (`navigationBuilder.Property`) and build a JSON object to write to the database. If we...
hi Please use the commands below to check which application is using port 4200 and kill the process. ``` netstat -ano | findstr :4200 ``` Thanks
hi Configure the `RootPath` is the right way.
hi Can you share these three projects? Thanks.
hi Please share a project to reproduce the problem. Thanks.
hi What are the steps to reproduce? Thanks.
hi Try to add `IGameAppService` controller in `XModule.HttpApi` project instead of `options.ConventionalControllers.Create(typeof(XModuleApplicationModule).Assembly);` Same as https://github.com/Ramiii0/XHost/blob/master/modules/src/XModule.HttpApi/Samples/ExampleController.cs#L8-L33 The `Types` in `ConventionalControllers` will disable `Interceptor`.