Replies: 12 comments 1 reply
-
What's the debug output when you set the debugDiagnosicLog flag to true on the GoRouter constructor? |
Beta Was this translation helpful? Give feedback.
-
Nothing is displayed on the routeur logs. |
Beta Was this translation helpful? Give feedback.
-
If nothing is shown in the logs from GoRouter after setting that flag then you don't have an instant of GoRouter to route to. |
Beta Was this translation helpful? Give feedback.
-
So you mean that le deep link is fired and the router is still not "available" even if I have already used / navigated into the app with the router before the deepLink was fired ? When the Link is fired, If I print the goRouter the variable is not null any advice / sample code to help ? |
Beta Was this translation helpful? Give feedback.
-
If you start the GoRouter with the debug flag set, it will produce debug output. Can you share that? |
Beta Was this translation helpful? Give feedback.
-
and when I click on the deepLink and redirect to the app:
the main code (without imports)
|
Beta Was this translation helpful? Give feedback.
-
what happens when you call |
Beta Was this translation helpful? Give feedback.
-
The context used in |
Beta Was this translation helpful? Give feedback.
-
Tx a lot it was the pb. using _goRouter.go fix is OK !! |
Beta Was this translation helpful? Give feedback.
-
It works great with _goRouter.go(deepLink.path) !! Tx a lot for the great support ! |
Beta Was this translation helpful? Give feedback.
-
It works great with _goRouter.go(deepLink.path) !! |
Beta Was this translation helpful? Give feedback.
-
@fvisticot was there an exception in your debug output when you attempted to use |
Beta Was this translation helpful? Give feedback.
-
Application running on iOS
DeepLinking works if deep link destination is the "Home page" of the app
When deep link is defined to go on a specific route : "/events/12/gallery"
Deep link is correctly received on the "onLink" listener:
What could be the issue ?
But the router is not fired and navigation stays on the home page...
Beta Was this translation helpful? Give feedback.
All reactions