Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase console create dynamic link error

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"}

like image 549
Peter Warbo Avatar asked Mar 20 '19 10:03

Peter Warbo


1 Answers

You need to include the deep link you're trying to add to your Whitelist URL patterns. That will fix the issue.

like image 118
dev.for.fun Avatar answered Sep 28 '22 02:09

dev.for.fun