hi
Can you check the logs?
Or you can set a breakpoint to see why the page returns a 404.
Thanks
Could not find IdentityClientConfiguration for AbpMvcClient. Either define a configuration for AbpMvcClient or set a default configuration.
How to reproduce this?
hi
Usually you don't need to modify anything, the module and template code already work out of the box.
https://abp.io/docs/latest/framework/fundamentals/dynamic-claims
Thanks.
hi
The InboxProcessor uses distributed locks to prevent messages from being processed multiple times.
That is, there will be only one processor processing the message at a time.
https://github.com/abpframework/abp/blob/rel-10.0/framework/src/Volo.Abp.EventBus/Volo/Abp/EventBus/Distributed/InboxProcessor.cs#L88
The new Failure Retry Policy for InboxProcessor in 10.0:
https://abp.io/docs/10.0/release-info/migration-guides/abp-10-0#failure-retry-policy-for-inboxprocessor
Thanks
hi
You can remove the role from the claims. After that, in the middleware, you can retrieve all roles for the current user id and set HttpContext.User again.
Thanks.
hi
Can you share your test project that has Object reference not set to an instance of an object ?
liming.ma@volosoft.com
I will check and fix it in next suite patch.
Thanks.
hi
How many roles does your current user have? ABP will add all role names to claims(cookies)
Thanks.
I confirmed that it will write the license check error log before exiting.
Thanks.