Flow: Grid broken in 14.0.0.b1?

Created on 16 May 2019  路  4Comments  路  Source: vaadin/flow

I tried to migrate the Simple App (Vaadin Starters) to V14 beta1. The application starts up as normal (beside the bower / npm warning).

After logging in, the UI gets redirected to the default page. There the grid is missing and a bunch of error messages pop up.

Some console error examples (Chrome)

client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:196 TypeError: Cannot read property 'ItemCache' of undefined
KB @ client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:196
gridConnector.js:11 Uncaught TypeError: Cannot read property 'ItemCache' of undefined
    at gridConnector.js:11
client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:983 Exception is thrown during JavaScript execution. Stacktrace will be dumped separately.
qt @ client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:983
client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:196 (TypeError) : Cannot read property 'initLazy' of undefined
KB @ client-5B44EA78EA65C9AA94E2163A65E14674.cache.js:196
...
bug nodnppnpm

All 4 comments

I want to chime in and say that I am encountering this issue as well and posted about it on the Fourm.

I had the same problem with 14.beta1, and I found a workaround in the pom.xml example

@ericmartinezr works as a temporary solution, thanks for the idea :)

Was this page helpful?
0 / 5 - 0 ratings