Activities of "maliming"

hi

You can get more info from identityserver4 docs.

https://docs.identityserver.io/en/release/topics/secrets.html https://identityserver4.readthedocs.io/en/latest/reference/client.html https://identityserver4.readthedocs.io/en/latest/topics/client_authentication.html

This issue will be fixed in v4.3.

Please follow this PR https://github.com/abpframework/abp/pull/8160

hi nhontran

I will check this.

hi

I suggest you create a new project with v4.2.2, and then check/compare the code.

hi

IsVisibleToClients means: Does it visible on api/abp/application-configuration endpoint.

https://github.com/abpframework/abp/blob/71c4f94ff25bc3e8772a532a746ad778904e0e07/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ApplicationConfigurations/AbpApplicationConfigurationAppService.cs#L272

hi Is your login page mvc or angular?

Can you share some screenshots?

hi

When Blazor uses application services to make remote API calls, the framework handles the time.

In Blazor UI you can try to use ITimezoneProvider to handle the time zone base on time zone settings.

https://docs.abp.io/en/abp/latest/Timing#itimezoneprovider

hi DanielAndreasen

Can you try to run yarn & gulp in your HttpApi.Host project folder?

The /libs/cropperjs/css/cropper.min.css file should be exists in your wwwroot folder of HttpApi.Host

package.json of HttpApi.Host project

{
  "version": "1.0.0",
  "name": "my-app",
  "private": true,
  "dependencies": {
    "@volo/abp.aspnetcore.mvc.ui.theme.lepton": "^4.2.2",
    "@volo/account": "^4.2.2"
  }
}
Showing 7271 to 7280 of 7737 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 05:12