Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin: hosted-plugin dialog does not open #9763

Closed
vince-fugnitto opened this issue Jul 22, 2021 · 0 comments · Fixed by #9764
Closed

plugin: hosted-plugin dialog does not open #9763

vince-fugnitto opened this issue Jul 22, 2021 · 0 comments · Fixed by #9764
Labels
bug bugs found in the application electron issues related to the electron target plug-in system issues related to the plug-in system

Comments

@vince-fugnitto
Copy link
Member

Bug Description:

The hosted-plugin functionality when starting an instance does not work properly in the electron target.
The dialog never opens, and an error is thrown:

Uncaught (in promise) Error: No matching bindings found for serviceIdentifier: Symbol(LocationListRendererFactory)
    at _validateActiveBindingCount (bundle.js:42317)
    at _getActiveBindings (bundle.js:42303)
    at _createSubRequests (bundle.js:42346)
    at bundle.js:42370
    at Array.forEach (<anonymous>)
    at bundle.js:42369
    at Array.forEach (<anonymous>)
    at _createSubRequests (bundle.js:42349)
    at Object.plan (bundle.js:42391)
    at bundle.js:41913

Steps to Reproduce:

  1. start the example-electron instance
  2. attempt to execute the command hosted plugin: start instance
  3. the dialog does not open, and an error is thrown on the frontend console
@vince-fugnitto vince-fugnitto added bug bugs found in the application electron issues related to the electron target plug-in system issues related to the plug-in system labels Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application electron issues related to the electron target plug-in system issues related to the plug-in system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant