Error: No matching bindings found #1515
Unanswered
armmmicrochip
asked this question in
Q&A
Replies: 1 comment
-
Hi @armmmicrochip, unfortunately the error message is not really informative in this case. In general, there seems to be a mix of versions in your application:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community!
I am trying to integrate the 'node-json-theia' example of the GLSP in my Theia application. I've moved the example code to my codebase and implemented all configurations. The backend server runs successfully and logs running info; however, clicking on the '.tasklist' file from the explorer doesn't open anything, and an error appears in the console.
The error: "Uncaught (in promise) Error: No matching bindings found for serviceIdentifier: l".
The example I've implemented: node-json-theia
Details:
- Theia: 1.50.0
- Node: 20.18.0
- Yarn: 1.19.0
- @eclipse-glsp/client: 2.3.0
- @eclipse-glsp/server: ^2.4.0
- @eclipse-glsp/theia-integration: ^2.4.0-theia.1.60.0
- @eclipse-glsp/config: ^2.4.0
The error screenshot:

Question: How can I solve the binding error and make the diagram open by clicking on the ".tasklist" file?
Beta Was this translation helpful? Give feedback.
All reactions