vaadin / vaadin-flow-karaf-example

An example project for an OSGi Vaadin app deployed on Karaf
The Unlicense
7 stars 5 forks source link

PiT v23: error in browser, blank screen when running project in pnpm #79

Closed manolo closed 2 years ago

manolo commented 2 years ago

When running demo with V23 using pnpm there is no view in browser just blank screen

How to reproduce

caalador commented 2 years ago

I can see in the console

vaadin-bundle-59046e…fb3f6a.cache.js:946 Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "dom-module" has already been used with this registry
    at Object.<anonymous> (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:946:880)
    at i (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:1:361)
    at Object.<anonymous> (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:946:1041)
    at i (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:1:361)
    at Object.<anonymous> (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:203:244)
    at i (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:1:361)
    at Object.<anonymous> (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:976:8536)
    at i (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:1:361)
    at Object.<anonymous> (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:3430:231)
    at i (http://localhost:8181/VAADIN/build/vaadin-bundle-59046e2….cache.js:1:361)
joheriks commented 2 years ago

No longer reproduces with 23.0.0.beta4.

manolo commented 2 years ago

Couldn't reproduce either with beta4