Google 验证码企业无法在 Prod 服务器上运行

时间:2021-04-26 22:26:35

标签: typescript amazon-cloudformation recaptcha captcha react-google-recaptcha

我在我的应用程序中使用谷歌验证码。验证码被加载到 DEV 和 UAT 服务器上。但它没有加载到 Prod 服务器上。 我在我的 environment.ts 文件中使用以下配置

  captcha: {
    baseUrl: 'https://www.google.com/recaptcha/enterprise.js',
    clientKey: '<clientId>'
  },

网页控制台没有错误。但是验证码没有加载到 UI 上。 我的应用程序在 AWS cloudFormation 主机上运行。

0 个答案:

没有答案