Activities of "maliming"

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.

hi

You can debug to check this, and make sure the email claim exists in it.

Showing 5951 to 5960 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.