-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cannot reload after updating extension #693
Comments
@UdoW Thank you for the issue. Could you also look into the console and post errors from there, please? |
I added the log file. Where else can I find logging output? |
In Chrome there is |
Ok, I have to rebuild it again... |
Chrome logs after reloading browser app: index.js:44 Failed to start the frontend application. |
@UdoW thank you In the Theia repo using the extension manager is not going to work for everything since published extensions are outdated compared to the local. The issue is here that we don't catch cases when frontend bindings are not compatible and because of it cannot revert installation. It also can be caused by #667 |
This issue still present if one builds an electron application with
|
Closing since the extension manager has been deprecated #4876 |
I cloned the master GIT repo and followed the build instructions for the browser app. Everything worked fine. I am under Windows 10.
I loaded localhost:3000 and opened the extensions view. Then I updated the marker extension and after reloading I got an empty black screen.
See attached screen shots and log.
updating_marker_extension.log
The text was updated successfully, but these errors were encountered: