License imported successfully but still get 'No license found'.

1 Answer 703 Views
Licensing
Sonya
Top achievements
Rank 1
Sonya asked on 23 Nov 2022, 02:27 PM | edited on 23 Nov 2022, 02:30 PM

I've added a kendo license to our CI service.

I've activated it locally and it I don't see the console logs telling me that I'm missing a license.

The build runs successfully and the logs show the following:

+ echo 'Activate Kendo UI License'

Activate Kendo UI License

+ npx kendo-ui-license activate

(INFO) Kendo UI: Reading license from KENDO_UI_LICENSE environment variable...

(INFO) Kendo UI: License imported successfully.

But when I run the app, I see this in the browser console:

License activation failed for @progress/kendo-react-charts
No license found.

Should there have been an activation success message after 'License imported successfully'?

1 Answer, 1 is accepted

Sort by
0
Filip
Telerik team
answered on 25 Nov 2022, 11:31 AM

Hello, Sonya,

I can recommend following the steps outlined in the Troubleshooting section of Licensing page:

https://www.telerik.com/kendo-react-ui/components/my-license/#toc-troubleshooting

1. Run rm -rf node_modules to remove all installed packages.
2. Delete the package-lock.json file
3. Make a new npm install and activation of the license.

Let me know if this resolves the issue.

Regards,
Filip
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Licensing
Asked by
Sonya
Top achievements
Rank 1
Answers by
Filip
Telerik team
Share this question
or