hi
Acced from Postman to the URI https://localhost:44335/connect/token with client_id, secret and more
What is the http request info?
What is the accesstoken value you got from postman?
But with this token I can't call the API, because the request is 401 Unauthorized
Please share full error logs.
hi
Please share a template project to reproduce the problem. liming.ma@volosoft.com
hi
As you can see in the issue 5543 the framework does not support it now.
hi
you can remove AddAlwaysDisableUnitOfWorkTransaction if you need to use a transaction for your own unit test methods.
hi
I just checked, the module will clear the relevant cache, what are the detailed steps to reproduce the problem?
But should it not be updating the cache when it updates the values in the database?
We can update the cache when you change some things via code, but we can't know anything if you change it in the database.
hi
https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Migrations
hi
You can clear the redis and try again.
hi
Did you migration database by using the DbMigrator project?