Replies: 1 comment 2 replies
-
|
Hey, thanks for the writeup! You must have put a lot of work into troubleshooting this. I wish all bug reports looked like yours. 🙇 Your JCEF browser is definitely working, but for some reason it failed to initialize the code responsible for communication with the browser (and this is the first case of this kind that I know of). I debugged this today and I'm pretty sure the problem lies somewhere in our custom resource handler that establishes connection with our GUI and the protocol, and this is the reason why basically nothing works in your case. I'm still debugging/testing ideas what's causing this, but if you happened to see anything in the logs that would point to some connection error with localhost or continue domain, please post (it would confirm my suspicions). |
Beta Was this translation helpful? Give feedback.

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 undefinederrors 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 (
postIntellijMessagefunction) is not being properly injected into the JCEF (Java Chromium Embedded Framework) browser context. This results in:postIntellijMessagefunction 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