hi
If you don't need to use HandleSelector
, then you don't need to yograde packages.
Processed
will be true
.Processed
will be true
.Processed
will be false
.hi
I can create a demo project, but I don't have an external user account with extra claims.
That’s why I ask you to share a project and test BankID user info.
Thanks.
hi
I hard-coded the tenant ID and tested in a Blazor Server project. And it works
see video: https://streamable.com/ydbb20
raw video: https://we.tl/t-YZoGwV7p6C
hi
You can check this case. It's basically the same with you.
https://abp.io/support/questions/9721/What-is-the-recommended-way-of-making-IdentityExternal-Claims-available-in-IdentityApplication#answer-3a1baf9e-4c09-c9fc-9d6c-c193a681c7bf
If you can share a template/demo project, I can add code to test it.
Thanks.
Great 👍
hi
You don't need to set HandleSelector
in microservices. Monolithic Application
need it.
If an event handler throws an exception, will the system keep retrying indefinitely?
Yes, InboxProcessManager
is IBackgroundWorker
, Will try to get inbox message and execute the handlers.
Is there a way to mark the event as failed after a maximum number of retries?
The built-in processing service does not support this feature.
And will a failed event block subsequent events from being processed?
Yes, Multiple events can get blocked in a project/microservice.
I will try to make some changes to prevent blocking others' events.
Thanks.
hi
You need to configure it in backend.
see https://abp.io/docs/latest/modules/gdpr#abpcookieconsentoptions
Some components and features need to be configured in both the backend and Angular at the same time.
Thanks.
This is a MySQL problem.
https://bugs.mysql.com/bug.php?id=118460
hi
Can you share a demo project and a test username with password?
You can create a private GitHub repository and invite https://github.com/maliming
liming.ma@volosoft.com
I will change the code and add custom claims.
Thanks.