i have use command like this "abp generate-proxy --type ng --module features --url https://localhost:44310/"" but it is not working
Is there any error log?
and also any common command for generate all the proxy in a single command
We don't have such command.
Hi,
Can you share a project and I will check it?
Or you can use Hangfire or Quartz: https://docs.abp.io/en/abp/latest/Background-Jobs#integrations
Will resolved by https://github.com/abpframework/abp/pull/11591
Hi,
I will check it, thanks
Reopen if still problem.
Hi,
Ok. I will close the ticket tomorrow.
Hi,
The problem is related to in/outbox.
You have configured in/outbox in IdentityServiceEntityFrameworkCoreModule
But AuthServer and IdentityService both use IdentityServiceEntityFrameworkCoreModule, sometimes events are handled by AuthServer, so the handler will not be triggered.
You need to move the configure to IdentityServiceHttpApiHostModule
Hi,
I used the steps you provided, but can't get any problem.
Can you provide a project to reproduce it, it will help us check the problem. shiwei.liang@volosoft.com
Hi,
It seem that 'app.UseErrorPage()' is not working.
'app.UseErrorPage()' is not available for Blazor app. see: https://docs.microsoft.com/en-us/aspnet/core/blazor/fundamentals/handle-errors?view=aspnetcore-6.0#error-boundaries
We have to try to improve it: See: https://github.com/abpframework/abp/issues/8195
I don't know if I can reproduce another time but it happens every now and then.
Hi, can you try to share some steps?