Activities of "enisn"

Hi,

I'm delivering this issue to our core team and they'll start investigate. I just created an internal issue for this.

Until this investigation in the framework level, I can ask for some more details.

  • Is your redis instance under high load? If yes, can you try increaasing maxmemory for redis instance, If you have a custom redis.conf, it might be limited

Hi,

After creating a new razor component and implement it correctly, you'll need to configure LeptonXThemeBlazorOptions to define your custom layout instead defining the layout in the pages.

YourCustomLayout.razor

@inherits LayoutComponentBase

@*...*@

@Body

@*...*@

YourProjectBlazorModule.cs

Configure<LeptonXThemeBlazorOptions>(options =>
{
    options.Layout = typeof(YourCustomLayout);
});

With that way, whenever ApplicationLayout is requested, your custom YourCustomLayout type will be used

Hi,

Can you provide sample codes that explains your case?

As I uınderstand, you inject a service inside your EventHandler and trying to catch exception that is thrown in that injected service or any of it's dependencies, right?

Normally you can catch them, if you do not catch and throw an exception from a handler, that makes that execution is failed and it'll be re-tried. If you don't want to execute that handler again, you should handle and don't throw exception in the handler

Hi there,

Thanks for sharing this case. The suggested way by you might be another good approach. But we maintain different UI types at the same time. Implementing a new logic and updating each UI will take some time, but I created an internal issue for this. We'll work on this topic in the newer versions instead patching current version.

Hi,

We'll check and respond you. Also I created an internal issue for this problem, we'll make an enhancement for this suite UI soon

Hi,

It depends on your solution structure. If you're using non-tiered MVC, it uses cookie-based authentication by default whenever you create a new project.

But others, including blazor wasm, angular or any type of tiered applications use OpenId Connect authentication by default. And it uses Authentication Code Flow. See: https://abp.io/docs/latest/solution-templates/layered-web-application/authentication#authentication-flows

Do you want to change authentication flow? Can you please describe what you need to change dynamically?

Hi,

If you havent updated your organization license, the api key shouldn't be changed.

If you have permission, you can copy your organization's api key from the following page: https://abp.io/my-organizations

Hi there,

Thank you for reporting this issue. You provided as a good scenario. I deliver this case to our team. We will enhance our session management logic according to your case to ensure better security.

We appreciate your feedback and patience as we work to improve the system.

Answer

Can you provide us *.abpsln file of your solution? There can be a problem in that file maybe

Answer

Hi,

I delivered this issue to our ABP Studio team with an internal issue for this. If more information is needed, they can ask in this issue.

Your ticket is refunded.

Showing 221 to 230 of 780 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 November 04, 2025, 06:41