-
Dynamic Links which worked perfectly with customs domain for about half year, from yesterday they stoped to work. Whenever I open a link error screen appears with message:
Link example https://mythrill.app/share/GMXg?_imcp=1 I didn't change anything in the code, or firebase configs, can anyone tell what has been changed or what could cause this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Did you try the link debugging facility? https://mythrill.app/share/GMXg?_imcp=1&d=1 (note the Did you read the error message carefully?
Or what you see when you use the debugging facility
https://support.google.com/firebase/answer/9021429 Looks like they may have enabled link pattern allow lists by default 🤔 ? I suppose if you went and added a pattern that fits your links, it would work, based on the documentation available in your error message and the debugging facilities |
Beta Was this translation helpful? Give feedback.
Did you try the link debugging facility?
https://mythrill.app/share/GMXg?_imcp=1&d=1
(note the
&d=1
I added)Did you read the error message carefully?
Or what you see when you use the debugging facility
https://support.google.com/firebase/answer/9021429
Looks like they may have enabled link pattern allow lists by default 🤔 ? I suppose if you went and added a pattern that fits your links, it would work, based …