Hi,
Please provide us console log errors from the Azure Console(DLL log files).
Hi,
Here you can see that this the same endpoint Click Here
Hi, Just for your information there is HardDeleteAsync method using which you can permanently delete the entity record from database. can you please check this link https://docs.abp.io/en/abp/latest/Repositories
Here EntityDeletedEto is trigger when a delete operation is called, even if it is a soft delete it is an delete operation, if you want your moduser to have soft delete please read more on https://docs.abp.io/en/abp/latest/Data-Filtering#isoftdelete
Here is a video showing delete triggers. Click Here
Thanks,
Hi,
can you please handle EntityDeletedEto<T> is published when an entity of type T was deleted
just like you have handled EntityUpdatedEto<T>
Please see the documentation here https://docs.abp.io/en/abp/latest/Distributed-Event-Bus#event-types
Hi, can you share exact screenshot or steps to reproduce this issue?
Hi
If my previous answer will not help you then please try this link https://github.com/abpframework/abp/blob/1863a619f172634b2eb4842f0c241c40a9642c91/docs/en/Modules/OpenIddict.md?plain=1#L425
Hi
can you try after allowing "Allow Refresh Token Flow"?
Hello duyan11110
Is it user logging out or unauthorized after 60 mins automatically?