if in app:guard
event the route was redirected to other page, then next showing global route (like this.show("/app/path")
or app.show("/app/path")
) breaks layout. it can be seen if any element has own id
.
changing subview path does not make a problem (like this.show("view")
)
https://snippet.webix.com/1xzzc9am
try to click start
and then data
found that this occurs only in the very first app:guard
trigger.
Hi I have the same error.
On the very first app:guard trigger, I get redirected to the correct url (in my case /login) but the app show the application start view.
Did you solved?
Thanks.
@algianotti
I decided to make first check on app render call.
https://snippet.webix.com/5lyi0e8t
Thank you I was thinking the same.