Open Closed

Blazorise product token not working #7408


User avatar
0
nalle.jacobsson@helaforsakring.se created
  • ABP Framework version: v8.1.4
  • UI Type: Blazor Server
  • Database System: EF Core

I have acquired a Blazorise product token, put it in my appsettings.json and applied it like this in my BlazorModule:

     private void ConfigureBlazorise(ServiceConfigurationContext context, IConfiguration configuration)
    {
        context.Services
            .AddBootstrap5Providers()
            .AddFontAwesomeIcons();

        Configure< BlazoriseOptions>(options =>
        {
            options.ProductToken = configuration["BlazoriseToken"];
        });
    }

However, the "free version" message is still displayed on my site. Why?

Thanks!


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Could you open a nticket on https://blazorise.com/support

    I refunded your ticket here.

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 July 09, 2025, 06:20