maliming

Results 526 comments of maliming

hi There are two solutions in your `HttpApi.Host` project: 1 `UpdateAbpClaimTypes` ```cs public override void PreConfigureServices(ServiceConfigurationContext context) { context.Services.PreConfigure(options => { options.UpdateAbpClaimTypes = false; }); } ``` 2 `MapInboundClaims`. ```cs...

hi @antonGritsenko Both are fine. It depends on your actual project. I have posted an article about `claim type`. https://community.abp.io/posts/how-claim-type-works-in-asp-net-core-and-abp-framework-km5dw6g1

Hi You can customize the code to solve the above situation.

hi https://stackoverflow.com/questions/64349057/disable-http-options-method-in-asp-net-core-3-1

Please set Debug as your log level and check the logs.

Can you share the detailed steps so I can reproduce this?

You can check your app logs.

hi CLI will call `yarn` command to restore packages first. You can try to run `yarn` manually, and then CLI will copy the js/css to the `libs` folder.