Hello,
could you please try to create a fresh bookstore application with Book entity with properties Name: string and Price:double and check if the same issue persists.
please let me know or else share logs.
Thanks
Hello, Please follow the below steps to Uninstall ABP Cli and ABP suite
dotnet tool uninstall -g volo.abp.cli
dotnet tool uninstall -g volo.abp.Suite
Delete folder after running uninstall command (C:\Users\MyName\.abp)
After that to install a particular ABP version hit the below commands on Command prompt
dotnet tool install -g volo.abp.cli --version 8.2
after this sign in with abp login username -p password
abp suite install --v 8.2
The above screenshot shows that your ABP cli and ABP suite versions are different, which may be the cause.
One more thing while updating an application from an older version to a newer version you need to follow the migration guide please check out https://docs.abp.io/en/commercial/latest/migration-guides/index
Thanks, Anjali
Hello,
Yes, it is a bug we will create an internal issue for this and will fix it in the next patch.
Thanks for your observation, your credits will refunded.
Regards, Anjali
Hello.
Sorry but there is no such example.
Hello,
could you please try once by changing LeptonX version like
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="3.2.0" />
Check if it woks.
Thank you
Hello,
You'll need to customize it on your own according to your requirements.
You will get the source code in the Identity module
.
Please check this doc https://docs.abp.io/en/commercial/latest/modules/identity#user-management for more info.
Thanks
Hello,
Check this doc https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates if find helpful
Thanks