9

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

Peter Warbo
  • 11,136
  • 14
  • 98
  • 193

1 Answers1

35

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

dev.for.fun
  • 1,198
  • 8
  • 22