Create from scratch a new microsevices template:
abp new MyProduct -t microservice-pro -u angular --database-management-system PostgreSQL
Follow the documentation to startup the solution. Open angular UI, login as admin to Host side. Open the upper right menu under the user's photo. The link to manage Delegation is not present
Yes, the problem is exactly what I have described and you can investigate further if you want. l have resolved for my needs.
Thank you
If you're creating a bug/problem report, please include followings:
I don't think this reference should be in my module (I don't need at all)
So instead of reference, I have copied all the stuff needed by On-The-Fly-Migration (PendingChecker, DatabaseHandlerBase, JwtConfigurer, and so on).
The solution build succesfully but on start I have the error mentioned above. The requested service 'Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware' has not been registered
So, I think there is a problem of hidden reference and initialization made by some project in the microservice solution The goal is to develop, build and deploy autonomous modules using on-the-fly-migrations and no references on others projects, otherwise we have not a very independent microservice.
Can you check this?
Thank you.