-
Firebase Dynamic Links "We could not match param","whitelisted URL patterns" errorFlutter ์ค๋ฅ 2023. 4. 2. 15:47
Problem
We could not match param ' https://reallink.page.link/AgentDetailPage?agentId=cOnNnKzSVZNEBUJRmcQ9YvyUxOG2' with whitelisted URL patterns in this Google project. [https://support.google.com/firebase/answer/9021429] [https://support.google.com/firebase/answer/9021429]
Solution
1. Go to Firebase Dynamic console
2. click three dot menu Btn

3. click Allowlist URL pattern(First item in the picture)

4. make url
if you want this type of url : https://www.example.com/postPage?postId=123456
change to
^https{0,1}:\/\/www\.example\.com\/postPage([\/#\?].*){0,1}$
and regist to Allowlist URL pattern
'Flutter ์ค๋ฅ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ