We have fixed this problem, ifi you still have question , please reopen
We have fixed this problem. if you still have question , please reopen.
Hi,
Because mongodb has no entity tracking, so mongodb does not support entity change auditing.
Currently you can manually record entity changes.
Can you try it again?
Hi, @shobhit
We have fixed this problem. now you can add chat module as project
Hi,
This is a known issue: https://github.com/abpframework/abp/pull/6649
You need to open /account/login
page again when you logined. now you can use swagger UI.
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 table