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
Continue plugin v1.0.43 fails to initialize JavaScript bridge in IntelliJ IDEA, resulting in postIntellijMessage is undefined errors and complete plugin non-functionality. I cannot send a single message on Continue
Environment
IntelliJ IDEA: Ultimate 2025.2 (Build #IU-252.25557.131, Aug 27 2025)
2025-09-16 12:47:52,533 [318082] WARN - ContinueBrowser - Failed to execute the requested JS expression. The related JCEF browser in not initialized.
java.lang.IllegalStateException: Failed to execute the requested JS expression. The related JCEF browser in not initialized.
at com.intellij.ui.jcef.JBCefBrowserJsCall.invoke(JBCefBrowserJsCall.kt:113)
at com.intellij.ui.jcef.JBCefBrowserJsCallKt.executeJavaScriptAsync(JBCefBrowserJsCall.kt:58)
at com.github.continuedev.continueintellijextension.browser.ContinueBrowser.sendToWebview(ContinueBrowser.kt:88)
Root Cause Analysis
The issue appears to be that the Continue plugin's JavaScript bridge (postIntellijMessage function) is not being properly injected into the JCEF (Java Chromium Embedded Framework) browser context. This results in:
JCEF browser loads successfully - The webview initializes
Plugin interface appears but is completely non-functional
All JavaScript bridge calls fail with "undefined" errors
Continuous retry attempts in console
No way to interact with the plugin
Additional Context
JCEF Status
JCEF itself is working correctly:
JCEF_V(24:46:642): Found cef_server binary '/Users/user/Applications/IntelliJ IDEA Ultimate.app/Contents/jbr/Contents/Frameworks/cef_server.app/Contents/MacOS/cef_server'
JCEF_V(24:46:642): Created CefServer instance. Transport port=6188 (backward port=6189)
This issue makes the plugin completely unusable in IntelliJ IDEA despite multiple reinstallation attempts and configuration changes... any ideas?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Continue plugin v1.0.43 fails to initialize JavaScript bridge in IntelliJ IDEA, resulting in

postIntellijMessage is undefined
errors and complete plugin non-functionality. I cannot send a single message on ContinueEnvironment
Error Details
JavaScript Console Errors
IntelliJ Logs
Root Cause Analysis
The issue appears to be that the Continue plugin's JavaScript bridge (
postIntellijMessage
function) is not being properly injected into the JCEF (Java Chromium Embedded Framework) browser context. This results in:postIntellijMessage
function is undefinedTroubleshooting Attempted
1. Plugin Reinstallation
2. JCEF Configuration Changes
Tried various JCEF settings in
idea.vmoptions
:3. Configuration Reset
ContinueExtensionSettings.xml
~/.continue/config.json
)4. IntelliJ Cache Invalidation
Actual Behavior
Additional Context
JCEF Status
JCEF itself is working correctly:
This issue makes the plugin completely unusable in IntelliJ IDEA despite multiple reinstallation attempts and configuration changes... any ideas?
Beta Was this translation helpful? Give feedback.
All reactions