You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this section, we need to mention for custom screens, developer should use @Route to register screen route, otherwise, an Exception will throw:
Caused by: java.lang.IllegalStateException: Unable to generate route for screen 'magic_VideoPlayerScreen' - no registered route found
at com.haulmont.cuba.web.sys.WebUrlRouting$RouteGeneratorImpl.getRoute(WebUrlRouting.java:439) ~[cuba-web-7.2.10.jar:7.2.10]
at com.haulmont.cuba.web.sys.WebUrlRouting$RouteGeneratorImpl.getRoute(WebUrlRouting.java:483) ~[cuba-web-7.2.10.jar:7.2.10]
The text was updated successfully, but these errors were encountered:
Environment
Description of the bug or enhancement
In this section, we need to mention for custom screens, developer should use @Route to register screen route, otherwise, an Exception will throw:
The text was updated successfully, but these errors were encountered: