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
=== "A valid API key is required to continue using {productname}. **Please alert the admin** to check the current API key. xref:invalid-api-key.adoc[Click here to learn more.]"
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.
35
-
36
32
==== Solution
37
33
38
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+`.
@@ -48,6 +44,11 @@ To retrieve your API key, or to sign up for an API key, visit: link:{accountsign
48
44
49
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}.
50
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.
48
+
49
+
[[placeholder]]
50
+
=== "placeholder[Click here to learn more.]"
51
+
51
52
==== Cause "Invalid API Key"
52
53
53
54
This notification is shown when the API key provided cannot be found on the {cloudname} server.
@@ -68,32 +69,30 @@ Check the `apiKey` provided in the script tag:
68
69
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}.
70
71
71
-
'''
72
-
73
-
74
-
[[empty-api-key]]
75
-
== Empty API Key
72
+
[[no-api-key-cloud-troubleshooting]]
73
+
== No API Key
76
74
77
-
=== "A valid API key is required to continue using {productname}. Please alert the admin to check the current API key."
=== "A valid API key is required to continue using TinyMCE.[]"
78
77
79
78
==== Cause
80
79
81
-
This message appears if the API key portion of the `+<script>+` URL is empty, such as:
80
+
When `+no-api-key+` is set as the `+apiKey+` 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.
82
81
82
+
image:onboarding/onboarding-finish-setting-up-dialog.png[onboarding finish setting up dialog, width=500, height=auto]
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+`.
In this case, the resolved API key is effectively empty, resulting in a `read-only` editor state and the "A valid API key is required to continue using TinyMCE. Please alert the admin to check the current API key. Click here to learn more." message.
93
-
94
-
==== Solution
95
-
96
-
Ensure the API key is correctly included in the `+<script>+` URL, without any missing or empty segments.
95
+
To retrieve your API key, or to sign up for an API key, visit: link:{accountsignup}/[{cloudname}].
0 commit comments