hi
HTTP return 403
Can you share the logs.txt?
liming.ma@volosoft.com
hi
Of course, you can open a new question if you get a new problem..
hi
await _backgroundJobManager.EnqueueAsync<TestJobArgs>(new TestJobArgs() { Content = content, UserId = CurrentUser.Id, TenantId = CurrentUser.TenantId });
This operator will store a job to the database, and the BackgroundJobWorker will check the job and execute it every 5 seconds.
It's not executed in real-time.
https://github.com/abpframework/abp/blob/72681ab6264b8ef5fb4878ed5cd0caedb99044b1/framework/src/Volo.Abp.BackgroundJobs/Volo/Abp/BackgroundJobs/AbpBackgroundJobWorkerOptions.cs#L9
hi
Add redirect to your index page.
if (!CurrentUser.IsAuthenticated)
{
return Redirect("/account/login);
}
hi
Try to use the AbpClaimTypes.Email as the claim type.
hi
no use nginx proxy , not error
Please check the nginx. I'm not familiar with it.
hi
no email claim exist
You can find a way to get an email from result.Principal or add a random email claim to id.
so, I think this is an environment problem instead of code.
Check your web app's openid configuration.