Hi,
invalid_scope means you are missing some scope or the scope does not exists. check your database make sure Myapp is exists.
invalid_scope usually has the following reasons:
IdentityServerApiScopes database table.IdentityServerClientScopes database tableHI,
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/loginpage 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.