I created a deeplink for a destination but came to the wrong page. Sure about defining navigation in the manifest and the other config. For example:
<deepLink
android:id="@+id/deeplink"
app:uri="example://receipt/payment/?status={transactionStatus}&trace_id={traceNumber}" />
<argument
android:name="transactionStatus"
android:defaultValue="false"
app:argType="boolean" />
<argument
android:name="traceNumber"
app:argType="string" />