Alterar nomes de domínio impede o funcionamento do Discourse ID

Thank you, I executed the following commands to clear the ID and secret, and then re-enabled Discourse ID, which resolved the issue.

./launcher enter app
rails c
SiteSetting.discourse_id_client_id = ""
SiteSetting.discourse_id_client_secret = ""
4 curtidas