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
When OH3 is started and some required bundle is not started correctly, main ui is all black a does not show anything (blank screen). The following error is reported on the browser console:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'locale')
at u.loadRootResource (app.js:38)
at Array.<anonymous> (app.js:17)
at u.dispatch (app.js:23)
at u.dispatch (app.js:17)
at app.js:33
Expected behavior
main ui should at least notify that OH3 has not started correctly, or that some required bundles from the OH3 distro did not start/could not be found.
Steps to reproduce
The problem is currently visible by using the latest openhab-distro.
(commit 491f6217d1bf6aadf11b111a2f91ba03b587fbc7)
When OH3 is launched, the following bundle fails to start: org.apache.aries.jax.rs.whiteboard-2.0.1
then when loading main ui the page loads but is all black and no error message is shown.
Your environment
NOTE that env info could be obtained only removing the bundle that failed to start.
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'locale')
at u.loadRootResource (app.js:38)
at Array.<anonymous> (app.js:17)
at u.dispatch (app.js:23)
at u.dispatch (app.js:17)
at app.js:33
Browser network traffic
No request failed.
The text was updated successfully, but these errors were encountered:
The problem
When OH3 is started and some required bundle is not started correctly, main ui is all black a does not show anything (blank screen). The following error is reported on the browser console:
Expected behavior
main ui should at least notify that OH3 has not started correctly, or that some required bundles from the OH3 distro did not start/could not be found.
Steps to reproduce
The problem is currently visible by using the latest openhab-distro.
(commit 491f6217d1bf6aadf11b111a2f91ba03b587fbc7)
When OH3 is launched, the following bundle fails to start:
org.apache.aries.jax.rs.whiteboard-2.0.1
then when loading main ui the page loads but is all black and no error message is shown.
Your environment
NOTE that env info could be obtained only removing the bundle that failed to start.
Browser console
Browser network traffic
No request failed.
The text was updated successfully, but these errors were encountered: