Activities of "maliming"

hi

Refunded, Thanks.

hi

  1. Please check the logs.txt
  2. There should be an error log in the event viewer.
  3. https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-8.0#50030-in-process-startup-failure
Answer

hi

Can you try your steps in the new project created by the Suite, reproduce the problem, and then share it?

liming.ma@volosoft.com

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.

Showing 5971 to 5980 of 11558 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.