Activities of "maliming"

but the first issue is that the values I saved is not loading.

I don't get it. Can you explain more?

I also tried the Send test email and its also not working.

Please remove the NullEmailSender.

#if DEBUG
        context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif

hi

What's the value of your Host setting?

? I downloaded the sample code from GitHub.

What is the sample? Can you share the Github URL?

But the problem with the SameSite Cookies still persists even if apply the workaround mentioned earlier.

Can you reproduce the problem without docker?

https://support.abp.io/QA/Questions/3816/How-to-disable-https-in-openiddict#answer-0bea3600-1209-f831-3cbf-3a06f6fa86e0

hi

I will confirm that.

hi

We don't have such samples. You can call MongoDB API to call view in your repository method.

hi

The AbpEventBusRabbitMqModule will not write logs into Audit Logging , You can log data in your event handler.

hi

You can try to remove UseAbpRequestLocalization from asp net core pipeline.

hi

how can I add a recurring job at run time? and how can I remove it?

You can refer to the Hangfire API. https://docs.hangfire.io/en/latest/index.html

so I try to add via startup but I try to read polling intervall via appsettings.json but I can't do it

You can try to inject IConfiguration to reading the appsettings

hi

You can add some parameters on the OnRedirectToIdentityProvider method of OpenIdConnectOptions.

Then get parameters on OpenIddictSupportedLoginModel class.

https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.openidconnect.openidconnectevents.onredirecttoidentityprovider?view=aspnetcore-7.0

Showing 7301 to 7310 of 10591 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.0.0-preview. Updated on September 05, 2025, 09:28