When i add a deeplink like so
<deepLink
android:id="@+id/deepLinkParentShortId"
app:uri="@string/deep_link_parent_short_id" />
The uri is ignored, if i hard code it in place it works fine. Debugging and checking the actual deeplink on the Node revealed the uri looks the same in both cases.
What am i doing wrong?