I’m running some tests using Flow Ui, I started the project, added the auxiliary connection, added some entities, and after that, the project stopped running.
inside Jmix, it’s normal, no errors when running the project.
however in the browser, accuses the messages below
Vaadin development mode initialized
Exception is thrown during JavaScript execution. Stacktrace will be dumped separately.
The error has occurred in the JS code: ‘$0, $1, return $0.selectLocale($1)’
Uncaught TypeError: $0.selectLocale is not a function (http://localhost:8081/VAADIN/generated/jar-resources/FlowClient.js:197:16)
from this moment on, it no longer displays the login.
Is there any log that I can analyze, to identify where my error is, or what I didn’t do?