Activities of "berkansasmaz"

Hello,

Can you update the cookie addition part of the ConfigureAuthentication method of the MyAppBlazorModule class as follows and try again?

   .AddCookie("Cookies", options =>
            {
                options.ExpireTimeSpan = TimeSpan.FromDays(365);
                options.SlidingExpiration = true;
                options.Cookie.HttpOnly = true;
                options.Cookie.SecurePolicy = CookieSecurePolicy.Always;
                options.Cookie.SameSite = SameSiteMode.None;
                options.Cookie.IsEssential = true;  // Ensure cookies are not cleared by tracking prevention
                options.IntrospectAccessToken();
            })

Enis is off today, so we'll answer on Monday. Thank you for your patience.

Sorry for the late reply, but we missed this question because the friend dealing with the subject was on vacation. However, next Monday, the friend who is interested in the subject will return to you. Thank you for your patience.

Enis is off today, so we'll answer on Monday. Thank you for your patience.

It shouldn't, but you can let us know if there is a problem. We are waiting to hear from you for now.

Hi,

Yes, I was able to reproduce the problem, I have opened an internal issue to investigate it in more detail. It seems to take a long time to determine the problem, but we will inform you as soon as we determine it. Thank you for your patience.

Thanks, I examined the DBContext you sent, but I couldn't come to a conclusion. Do you have a chance to send your complete project so we can solve it faster? Because I cannot reproduce this problem when I created a project from scratch.

Hi,

I missed what you wrote because someone else replied. If you want, we can schedule it for Monday?

Hi,

Great, keep us updated.

Hi,

Hello, I understand that you want to develop your own theme. For that, I recommend you to read this document first. Then you can develop your own theme by taking inspiration from existing themes. ABP does not impose any restrictions on this. For example, below you can see the dependency of the public website on the LeptonX theme. After developing your own theme, you can remove LeptonX and add your own theme in this way.

Showing 191 to 200 of 742 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.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.