Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions ai/agentic-ui-generator/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ previous_url: /ai/troubleshooting

This article provides solutions to common issues you may encounter when working with the Telerik UI for Blazor AI Tools.

## No Access to the AI Coding Assistant
## Permission Denied (No Valid License)

Starting in February 2026, we restructured the Telerik UI for Blazor AI Tools to better serve different user needs by deprecating the AI Coding Assistant. The Telerik Blazor MCP server now provides a single workflow centered around the Agentic UI Generator tool and its specialized MCP assistants.
The Telerik MCP server may exit unexpectedly with the following error:

As part of this restructuring, license requirements have also changed.:
`gRPC error in ValidateUserLicenseAsync: PermissionDenied - no valid license found for the requested product`

* **All active Telerik Subscription models**—Provide access to the Agentic UI Generator.
* **Trial licenses**—Provide access to the Agentic UI Generator during the active trial period.
* **Perpetual licenses**—Do not grant access to the AI tools. You must have an active Subscription or a trial license to use the Telerik Blazor MCP server.
The error means one of the following:

* You have a legacy *Perpetual* license, while the Telerik AI tools require a *Subscription* license.
* Your Telerik UI for Blazor Subscription license has expired.
* Your Telerik UI for Blazor trial or Agentic UI Generator trial has expired.
Comment thread
dimodi marked this conversation as resolved.
* The Telerik license key on your computer [needs updating](slug:installation-license-key#license-key-updates).

@[template](/_contentTemplates/common/general-info.md#license-names)

Expand Down
Loading