Known Issues in Corticon.js 2.4
- Last Updated: November 17, 2025
- Corticon.js
- Version 2.3
- Documentation
| Release Notes for Corticon.js 2.4.0.0 |
| Item | Details |
|---|---|
| COR-15884 | When using Corticon Studio, if the Windows Display Scale is set to a value other than 100%, the bottom row of prompt suggestions in the AI Assistant may not be visible even with scrolling. |
| COR-12939 | When packaging a JavaScript
decisions service, Corticon.js both obfuscates and minimizes the generated
JavaScript code. The minification process reduces the size of the generated
JavaScript bundle. The minification process fails when the line count of
generated code exceeds 500,000 lines. This will result in an error in the
Corticon.js log file:
This
is not a fatal error. It indicates that the generated code was not
minimized. The generated decision is still valid and can be deployed. The
generated code is still obfuscated. |
| COR-12654 | Using promises and .then asynchronous programming pattern in service callouts is not supported. Running a ruletest from Corticon Studio that calls a service callout which uses this pattern, will hang Corticon Studio. |