在 Strapi 中为 Google 提供商更改重定向 url

Change redirect url for Google provider in Strapi

我刚刚在 Heroku 上部署了我的 Strapi 应用程序,现在 Google 提供商上的重定向 url 是 0.0.0.0。我该如何改变这个? screenshot of Strapi

请参阅以下文档:https://strapi.io/documentation/v3.x/concepts/configurations.html#server

并配置您的 server.js(./config/server.js./config/env/production/server.js)并将 url 键设置为您的 Heroku 域的键。