-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: ionic vue cannot route to shared url with param #22359
Comments
Thanks for the issue. Can you try the following dev build and let me know if it resolves the issue?
|
The dev package solves the issue 👍 . |
I found a new related bug. When using route parameters the routing only works the first time. If the same route is used with an other parameter routing stops working for this route I updated the ionic bug sample app https://github.com/milleniumfrog/ionic_router_bug |
@milleniumfrog Did you push your changes? I only see the package.json change. |
@liamdebeasi yes i forgot to push the changes. I updated it now. |
Thanks! Can you try this dev build? It should fix the issue:
|
The update fixed the problems 👍. |
Thanks for checking! I am going to keep this issue open until #22360 gets merged in. |
Thanks for the issue. This has been resolved via #22360, and a fix will be available in an upcoming release of Ionic Framework. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic version:
[ ] 4.x
[x] 5.x
Current behavior:
Ion Router Outlet does not display shared urls, if they contain params.
If the shared urls do not contain params it works as expected.
Expected behavior:
Shared urls should always work, even when route params are used
Steps to reproduce:
Reproduce Error
e.g. /a/:message and /app/:message/test
Sample Application
Then use the buttons to navigate to PageA (Page with route params) -> PageA1. (Should fail)
The text was updated successfully, but these errors were encountered: