I've spent few hours trying to get my deep links to work. The only issue that I still have is that it won't work if the link is opened from the domain that is supposed to be handled by the app but it works fine if the link that is clicked from any other website.
For example: The link which should open the app: https://example34.com/test. If I click on a link on Github it'll work. If I open https://example34.com/ and then click on the link from there it will open this in the browser instead of the app...
What am I doing wrong?