Firebase控制台创建动态链接错误

问题描述:

我正在尝试在Firebase Web控制台中创建动态链接,但出现此错误:

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

您需要将要添加的深层链接添加到

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