DeepLink open the app but not the specific page

Actions & Logic

When creating an application, I found that the deep links opened the application on the last screen opened, but never on the specified page.

Specifically, any link starting with “MyDomain://” will open the application, but the rest of the link (say, “MyDomain://MyDomain.com/profile) is never taken into account, nor are any potential parameters defined in the deep link.

In the gif below, I try several deep links to my application: it always redirects to the last screen opened.

Am I missing something ?

Thanks in advance for any help !

What have you tried so far?

I have tried :

  1. to test list of deep links directly in my web browser, and the result is always the same: the application opens on the last screen opened, but never on the screen targeted by the deep link.

  1. to enable/desable the "pages are subroutes of root page" setting in the app details

  2. read all flutterflow documentation on the topic, and other posts in the flutterflow community

Did you check FlutterFlow's Documentation for this topic?
Yes
1