maybe after you add the souce-code account website has different port?
This is related to .NET 10. Because ABP v10 needs .NET 10 SDK, you need to install .NET 10 SDK from this link.
For a clean install, you can uninstall ABP CLI and reinstall.
dotnet tool uninstall -g volo.abp.cli
dotnet tool uninstall -g volo.abp.studio.cli
winget install Microsoft.DotNet.SDK.10
dotnet tool install -g volo.abp.studio.cli
Note: you don't need to install the old CLI volo.abp.cli.
as I can see you have an active license under Ecosoft until 2027-10-29. so you need to login with this organization as @maliming said.
we didn't use this library in our templates so you don't need to purchase. but if you like it and want to use it in your final app then you need to buy.
When adding Blazorise middleware, you basically enter your token key. Encrypt your token via ABP's Encryption library and write the encrypted text rather than the token itself. This way, you can make it harder to be accessed.
services
.AddBlazorise( options =>
{
options.ProductToken = _stringEncryptionServce.Decrypt("xxxxxxx");
} )
I'll talk this issue with Blazorise's owner
I'm closing this issue since we are contacting you via email.
@Sumeyye will check your issue
we cannot help you if you don't cooperate with us for your problem.
In this post, he's showing that he can successfully use DateOnly?