Haijian Wang
Haijian Wang
Did a quick debug, the reason is that `getUi()` returns `null` in `AppSettings`. So all the methods that rely on `getUi()` won't work.
Hi @vlipovetskii, glad to hear that you are trying out Vaadin 15 and thanks for the feedback. In Vaadin 14 and 15, the recommended way to enable production mode is...
I think it's related to this ticket vaadin/hilla#343.
Hi @apklein, thanks for the feedback. Is the problem that you want to ignore those protected/private properties in TypeScript? If so, you can use `@JsonIgnore` as described in this [doc](https://vaadin.com/docs/v15/flow/typescript/custom-serialization.html).
This seems to be a regression in 15.0.4. Now it should work again in 15.0.5, can you help to verify? @vlukashov
Note, the steps to import a server-side web component do not need to be the same as embedding into a general application (e.g. JSF). To embed a server-side component, a...
One extra task to consider is that currently the web component is generated into `target/frontend` folder, should we keep the file there? or change the logic to use the file...
This case seems to be related to Google Meet taking too much resource at the same. I think we can close this now, in case more slowness case is found,...
let's reopen the ticket then
I think this issue is fixed by https://github.com/vaadin/flow/pull/12228? @Artur-