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"
}
}
hi michael.sudnik
I will try to provier a option.
hi
Please follow this issue: https://github.com/abpframework/abp/pull/8145