# Error in console: The product 'scayt2\_wsc\_dialog' is not available or enabled for your subscription

### Problem and Symptoms <a href="#errorinconsole-theproductscayt2_wsc_dialogisnotavailableorenabledforyoursubscription-problemandsympt" id="errorinconsole-theproductscayt2_wsc_dialogisnotavailableorenabledforyoursubscription-problemandsympt"></a>

SCAYT and WebSpellChecker Dialog plugins for CKEditor 4 are installed on a localhost and throw the following error message:

```javascript
{"error":true,"is_critical":1,"message":"sc","command":"The product 'scayt2_wsc_dialog' is not available 
or enabled for your subscription. 
Contact support@webspellchecker.net for more details."}
```

### Solution <a href="#errorinconsole-theproductscayt2_wsc_dialogisnotavailableorenabledforyoursubscription-solution" id="errorinconsole-theproductscayt2_wsc_dialogisnotavailableorenabledforyoursubscription-solution"></a>

SCAYT 2 was officially deprecated, and is no longer supported as a part of WebSpellChecker free services. Here are the ways to solve the issue:

* Upgrade to the latest version of CKEditor. The [latest version of CKEditor 4](https://ckeditor.com/ckeditor-4/download/) has built-in SCAYT 3 plugin. Thus, you can continue using the services for free but with certain limitations and a banner ad.
* We recommend using [WProofreader](https://webspellchecker.com/wsc-proofreader/) as an alternative solution compatible with older versions of CKEditor.
* If spelling and grammar check functionality is not required or is unpopular in your web applications, you can remove the plugins from CKEditor to get rid of errors in console. You can do it by adding the following option to CKEditor config.js file:

```javascript
config.removePlugins = 'wsc, scayt';
```

In general, upgrading CKEditor and WebSpellChecker Dialog and SCAYT plugins help keep the products up-to-date and reliable.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wproofreader.com/v6.12.0/troubleshooting/client-side/error-in-console-the-product-scayt2_wsc_dialog-is-not-available-or-enabled-for-your-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
