Learn More, Pay Less!
Limited Time Offer!

Activities of "liangshiwei"

Hi

I can remotely check it by zoom today. (UTC +8) shiwei.liang@volosoft.com

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:

  1. The scope does not exists , check IdentityServerApiScopes database table.
  2. The client does not include this scope, check IdentityServerClientScopes database table

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

Showing 5991 to 6000 of 6574 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on February 17, 2025, 05:40