-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Affects Version/s: 10.2.10, 10.2.11, 10.2.13, 10.2.14, 10.2.15, 10.2.16
-
Component/s: Editor - Page / Comment Editor
-
Severity 1 - Critical
-
16
Whilst we recommend upgrading to the latest fixed Confluence version, we have created a workaround for customers who are unable to immediately upgrade. Please see the below Workaround section
There are changes with how third-party plugins are able to import packages starting from Confluence 10.2.16. As part of this incident, we have observed that some third-party plugins may have compatibility issues with Confluence 10.2.16 onwards, including this fix version. Customers who rely on the below plugins should delay upgrading to Confluence 10.2.16 or 10.2.17 and use the workarounds detailed in the workarounds section until these compatibility issues are resolved.
Issue Summary
The TinyMCE editor bundled in Confluence DC 10.2.X stops functioning after Sep 6, 2026 because it seems the embedded T8LK license key expired on Aug 6, 2026 and the 30-day grace period has ended. Users cannot create or edit any content.
Steps to Reproduce
- Install Confluence Data Center 10.2.16
- Open any page → click Edit
- Insert a Table macro into the page and observe the error
- Open browser DevTools (F12) → Console tab, below error is observed:
commerciallicensekeymanager.js:2 The editor is disabled because the license key has expired and is no longer valid. Read more: https://www.tiny.cloud/docs/tinymce/latest/license-key/ (anonymous)@commerciallicensekeymanager.js:2
Expected Results
The Confluence editor loads normally and works normally.
Actual Results
Despite no error being show, various editor functions may not be available.
Workaround
We have prepared a workaround for customers who are unable to immediately upgrade. To install them:
Shut down Confluence completely before proceeding.- Delete the below file corresponding to your respective Confluence version listed:
Confluence version Filename to be deleted 10.2.10 <confluence-install>/confluence/WEB-INF/atlassian-bundled-plugins/com.atlassian.confluence.plugins.confluence-editor-plugin-20.2.20.jar 10.2.11 <confluence-install>/confluence/WEB-INF/atlassian-bundled-plugins/com.atlassian.confluence.plugins.confluence-editor-plugin-20.2.23.jar 10.2.13 <confluence-install>/confluence/WEB-INF/atlassian-bundled-plugins/com.atlassian.confluence.plugins.confluence-editor-plugin-20.2.23.jar 10.2.14 <confluence-install>/confluence/WEB-INF/atlassian-bundled-plugins/com.atlassian.confluence.plugins.confluence-editor-plugin-20.2.38.jar 10.2.15 <confluence-install>/confluence/WEB-INF/atlassian-bundled-plugins/com.atlassian.confluence.plugins.confluence-editor-plugin-20.2.39.jar 10.2.16 <confluence-install>/confluence/WEB-INF/atlassian-bundled-plugins/com.atlassian.confluence.plugins.confluence-editor-plugin-20.2.42.jar
- Download the patched JAR from the links below for your respective Confluence version into <confluence-install>/confluence/WEB-INF/atlassian-bundled-plugins/:
Do not download or execute packages except from official Atlassian sources. Always check the source before downloading, and validate the download with the attached hashes
- Clear the Plugin Cache - Delete the following directories:
- <confluence-home>/plugins-cache/
- <confluence-home>/plugins-osgi-cache/
- <confluence-home>/bundled-plugins/
- <confluence-home>/plugins-temp/
- <confluence-install>/work
- Start Confluence.
We have seen reports that clearing the browser cache may be required in some cases, and we would recommend taking this step where possible.
- mentioned in
-
Page Loading...