Reputation: 11700
I'm trying to create a dynamic link in the firebase web console but I'm getting this error:
An error occurred when creating a new Dynamic Link
If I inspect in the developer console I can see this error.
{code: 400, message: "Request contains an invalid argument.", status: "INVALID_ARGUMENT"}
Upvotes: 10
Views: 4950
Reputation: 1240
You need to include the deep link you're trying to add to your Whitelist URL patterns. That will fix the issue.
Upvotes: 35