Activities of "ageiter"

Yes, this is the correct package to add to your public web project. If the cookie consent still doesn't appear, it's possible that there's an entry in your localStorage with the value set to 'dismiss'. Please check your localStorage, clear it if possible, and try again to see if the consent banner is displayed.

Clearing the local storage cache did not help...

That's my code:

I set a breakpoint on line 115, but never get there.

Ok, now the breakpoint works inside of AddAbpCookieConsent

At first, however, nothing appeared on the website (just an empty AbpCookieConsent widget).

Btw, you should also add app.UseAbpCookieConsent() in your request pipeline.

To add app.UseAbpCookieConsent() in the OnApplicationInitialization method makes the difference. This is very important. And the order is also very important. I had it at the end first, but that didn't work. Now I have it after app.UseAuthentication(); and then it works.

Some very important information that I think is missing in the documentation. Please add them so that others don't stumble across the same errors.

Thank you @EngincanV for your help.

Showing 291 to 292 of 292 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 June 20, 2025, 11:20