hi
It seems the LeptonXTheme latest version is 2.2.1
abp get-source Volo.Abp.LeptonXTheme.Pro
ABP CLI 7.2.2
Downloading source code of Volo.Abp.LeptonXTheme.Pro (vLatest)
Using cached module: Volo.Abp.LeptonXTheme.Pro, version: 2.2.1
Check out the documents at https://docs.abp.io/en/commercial/latest/themes/lepton-x/indexfolder'
hi
I think there is a problem with Blazorise. You can use the asp net core way to upload the files.
https://learn.microsoft.com/en-us/aspnet/core/blazor/file-uploads?view=aspnetcore-7.0&pivots=server
Usage:
abp get-source <module-name> [options]
Options:
-o|--output-folder <output-folder> (default: current folder)
-v|--version <version> (default: latest version)
--preview (Use latest pre-release version if there is at least one pre-release after latest stable version)
Examples:
abp get-source Volo.Blogging
abp get-source Volo.Blogging -o d:\my-project
hi
Please also share the code of KPImailerHellaBlazorModule.cs and your appsettings.json.
It seems there is a configuration problem.
hi
Please share the full error stack.
hi
Please try this command
abp get-source Volo.Abp.LeptonXTheme.Pro
hi
Please try to clear the download cache and try again.
%UserProfile%.abp\templates
abp get-source Volo.LeptonTheme
hi
We fixed in the next version
Temp solution:
[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(MobileNavbar), typeof(MyMobileNavbar))]
public class MyMobileNavbar : MobileNavbar
{
public MyMobileNavbar()
{
SelectedMenuItems = new List<MenuItemViewModel>();
}
}
hi
How can I reproduce? Can it happen on a new template project?
Yes. We will fix it in the 7.2 patch version and 7.3