I just deployed my Strapi app on Heroku and now the redirect url is 0.0.0.0 on the Google provider. How do I change this? screenshot of Strapi
Please see the following docs: https://strapi.io/documentation/v3.x/concepts/configurations.html#server
And configure your server.js (either ./config/server.js
or ./config/env/production/server.js
) and set the url
key to that of your Heroku domain.