You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, the editor will be in a **read-only** state, and the user will see a **"Finish setting up"** dialog prompting them to add a valid API key, configure their domain, and explore premium features.
39
+
32
40
==== Solution
33
41
34
-
Update the `+src+` URL to include your (website or application developer's) {cloudname} API Key. Your API key should replace the string `+no-api-key+`.
42
+
To resolve this issue:
35
43
44
+
. Update the `+src+` URL to include your (website or application developer's) {cloudname} API Key, by replacing the placeholder `+no-api-key+` with your actual API key.
. Check the `+apiKey+` provided in the script tag:
54
+
* Remove any leading or trailing spaces.
55
+
* Remove any other characters that are not in your `apiKey`. If you are using variable substitution, ensure that the variable is substituting properly.
56
+
* Ensure the `apiKey+` matches the API key shown at {accountpageurl}.
57
+
+
58
+
. If you do not have an API key, or need to retrieve your existing key, visit: link:{accountsignup}/[{cloudname}].
42
59
43
-
To retrieve your API key, or to sign up for an API key, visit: link:{accountsignup}/[{cloudname}].
44
-
45
-
NOTE: Visit our xref:invalid-api-key.adoc[Invalid API key] page for more information on how to fix a `invalid API key` with {productname}.
46
-
47
-
In this case, the editor will be in a **read-only** state, and the user will see a **"Finish setting up"** dialog prompting them to add a valid API key, configure their domain, and explore premium features.
60
+
[NOTE]
61
+
Visit our xref:invalid-api-key.adoc[Invalid API key] page for more information on how to fix an `invalid API key` issue with {productname}.
48
62
49
-
[[placeholder]]
50
-
=== "placeholder[Click here to learn more.]"
51
-
52
-
==== Cause "Invalid API Key"
53
-
54
-
This notification is shown when the API key provided cannot be found on the {cloudname} server.
55
-
56
-
The `+apiKey+` must be:
57
-
58
-
* An exact length,
59
-
* comprised of certain characters, and
60
-
* created with a {cloudname} account on the link:{accountsignup}/[{accountpage} page].
61
-
62
-
==== Solution
63
-
64
-
Check the `apiKey` provided in the script tag:
65
-
66
-
* Remove any leading or trailing spaces
67
-
* Remove any other characters that are not in your `apiKey`. If you are using variable substitution, ensure that the variable is substituting properly
68
-
* Ensure the `apiKey` matches the API key shown at {accountpageurl}.
69
-
70
-
NOTE: Visit our xref:invalid-api-key.adoc[Invalid API key] page for more information on how to fix a `invalid API key` with {productname}.
=== "A valid API key is required to continue using TinyMCE.[]"
69
+
=== "A valid API key is required to continue using {productname}." (Console message)
77
70
78
71
==== Cause
79
72
@@ -83,7 +76,7 @@ image:onboarding/onboarding-finish-setting-up-dialog.png[onboarding finish setti
83
76
84
77
==== Solution
85
78
86
-
Update the `+src+` URL to include your (website or application developer's) {cloudname} API Key. Your API key should replace the string `+no-api-key+`.
79
+
. Update the `+src+` URL to include your (website or application developer's) {cloudname} API Key, by replacing the placeholder `+no-api-key+` with your actual API key.
0 commit comments