Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello everyone!
when I deploy Syncfusion Blazor in docker container ,there will show messagebox of "This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message... " , I use Syncfusion Product Version 19.3.0.45. I have got a community license before, and register the license key in Configure method of Startup.cs according with Syncfusion suggestion. when I run the project in debug and release mode in vs2019 ,everything is ok But when I deploy the project in docker container(run on centos 7Linux 3.10.0-1160.42.2.el7.x86_64,docker version is 20.10.9). there will show a message about trail license .
I have test in fucnction "SyncfusionLicenseProvider.ValidateLicense(platform, out string message), result of the function is true.
I want to know how to solve the problem
thanks.