Please create an Angular template project and share it with liming.ma@volosoft.com
Thanks.
hi
I will test your case with GitHub login.
Is that ok for you?
You can create an Angular template project and share it with liming.ma@volosoft.com
Thanks.
hi
You can call the await InvokeAsync(StateHasChanged) after changing the SelectedTenantId. Ensure the input has set the correct value.
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.