Install Volo.Chat.SignalR
Package to your HttpApi.Host
project and add module depency.
Open tenant
management page and click Manage Host features
button to enable chat
feature .
See https://docs.abp.io/en/abp/latest/Unit-Of-Work#conventions
Maybe your method is not in conventions, so you need add [unitofwork]
manually.
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:
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/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.