0
votes

I've set up Firebase Dynamic links on my website. I'm using the /links to not interfere with the other pages on the site. Most of the steps it's pretty much default setup but it still gives an error at the last step.

Step 1: define the link enter image description here

Step 2: My first dynamic link will be openaccount enter image description here

Step 3, 4 are default. It redirects to the Play / App Store when not installed. enter image description here

Last step: it shows that an unknown error has occured? enter image description here

Check the hosting tab, everything is connected: enter image description here

2

2 Answers

0
votes

Maybe your Whitelist URL pattern doesn't allow it. You can check your Whitelist URL pattern settings in Firebase console by clicking the 3 dots next to New Dynamic Link button. enter image description here

0
votes

If anyone else gets stuck on this what helped me was adding a '/' at the end of the Deep Link URL.

So In the OPs example instead of

https://example.example.app/links/openaccount

it should be

https://example.example.app/links/openaccount/

Go figure... :)