qlevar_router
qlevar_router copied to clipboard
Why its navigating different pages it should Navigating to /home/users/userDetails?user_id=62 .Please help me this error
QR: incoming init path /home/users/userDetails?user_id=62 QR: Finding Match for /home/users/userDetails?user_id=62 under root QR: adding Route: Key: 1, Full Path: /home to the navigator with Key: -1 Observer: Navigating to /home QR: adding Route: Key: 3, Full Path: /home/users to the navigator with Key: 10 Observer: Navigating to /home/users Observer: Navigating to /home/users/userDetails?user_id=62
Could you please add some example code to reproduce the problem? I can't figure it out from the log.
actually the problem is the first page contains list of page that name is "users" and other page is "userdetails" So when i want to see specific user details so i click on a item of list its navigate to userdetails page but when i see console which i mentioned above finding path is fine why its not navigate directly Navigating to /home/users/userDetails?user_id=62. ? instead of this if first navigation home then users page then navigate userdetails page due to this mulitple api calls So how can i resolve this?