Mikhail Shabarov

Results 119 comments of Mikhail Shabarov

Yeah, this API wasn't picked to Vaadin 14 from Vaadin 24, but you can try `UI.getInternals().getActiveViewLocation().getQueryParameters()`, which should be already in Vaadin 14 for years.

This is a good point IMO to extend the `ValueContext` with the Binder reference. However, the cross-validation use case is more relevant to another issue, which is already linked above...

The described behaviour is by design and documented. Token file should be [excluded](https://github.com/vaadin/addon-template/blob/7868036863e354bef484a90e892384166bd52944/pom.xml#L120-L122) in the add-on project. I'd suggest to preserve this issue in the issue tracker, but make it...

Based on the [testing results](https://github.com/vaadin/flow/issues/18907#issuecomment-2107127619), I believe we can close this issue.

Yeah, it would be reasonable to skip it. Let's also check if skipping it has any side effects.

Looks similar to https://github.com/vaadin/flow/issues/18414.

@lazizbektulanov your log snippet shows that the app is starting within 12 secs and also it says: ``` Checking if a development mode bundle build is needed A development mode...

> btw i'm also getting this warning: Do you use `localhost` to open your app ? Vaadin blocks debug window connections for non-localhost connections, so that if you share the...

This parameter allows you to limit the class scanning made by Vaadin to a given packages, improving the application startup and reload time, and it's fine to use this parameter....

So original issue with thrown exception is solved, but there is a startup time question: > Now application is taking too much time to launch, what might be a reason?...