-
Notifications
You must be signed in to change notification settings - Fork 27.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
Route path doesn't match deeplink if it contains data after # #122058
Comments
Thank you for your response @darshankawar. I've reviewed the issues that you've linked, but in my case the issue is purely about route matching. In other words, if you have two routes: they both shall be matched by the: In my use case I am receiving the deeplink callback after user activates their account by clicking a link in their e-mail. In my view this is a bug, unless that matching behavior is configurable. |
Thanks for the feedback. stable, master flutter doctor -v
|
Is this a go router issue? This seems like a framework issue. |
I haven't tried myself just yet, but this issue is probably resolved by: #108614 (comment) and #131123 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to Reproduce
Define route:
in AndroidManifest.xml:
replace:
com.app.id
with ID of your app and run:Expected results:
I would like
go_router
to match the:/logs
route despite that there is some data after#
.Actual results:
I end up on
/
screen instead.Flutter version
Flutter verbose
After running the intent.
Additional info
Problem exists on both Android and iOS, but works fine on Web.
The text was updated successfully, but these errors were encountered: