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
hi
I will give feedback to the team.
hi
Its on the backlog
You can check this issue for now: https://github.com/abpframework/abp/issues/3807#issuecomment-627694184
hi
unfortunately your ticket site don't allow to copy the the complete error log. Please confirm how i can share the log file.
You can share log by email. liming.ma@volosoft.com
db performance issue
You can consider using other ways to store the audit log, such as mongodb or use a separate database to store it.
hi
You can create a subclass to replace FileDescriptorAppService. And overide DownloadAsync method to use AllowAnonymous attribute.
https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services