Changing domain names prevents Discourse ID from working

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 Likes