Skip to content
Discussion options

You must be logged in to vote

request.url.path contains the full path, in your case /gui. But as your app is mounted on /gui itself, the ui.navigate.to will prepend this to every navigation request starting with /. This is correct, because the sub-app should not need to know about the mount-path.
Your problem is the "remembering of the current page". It should substract request.scope['root_path'] before storing it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@daya0576
Comment options

Answer selected by daya0576
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants