HI,
I have made a samples : https://github.com/realLiangshiwei/Qa657
Hi,
IdentityServer project not need configure security Requirements for Swagger. Because you can login directly
Hi,
You can open /account/login
page to login.
After you login, you need to open the
/account/login
page again
Hi,
Currently the suite cannot specify the version.
There is no difference between using CLI and using suite to create a project. You can use CLI to create projects, use suite to generate entities and other operations
HI,
Abp suite always create the latest version project, but you can use CLI to create a project of a specified version.
abp new BookStore -t app-pro -v 3.3.2
Hi,
Try add @using Blazorise.Components
to your _Imports.razor
file.
We have samples: https://github.com/abpframework/abp-samples/tree/master/DocumentationSamples/CustomApplicationModules may can help you.
Hi,
I think your request was blocked by the browser, You can manually nav to https://localhost:44380/api/abp/api-definition
and refresh Blazor page
We will fix it in 4.0.1, thanks for your reporting.
Hi,
As david.hurtado said.
You need add <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
to your NuGet.Config and restore package.