Hello folks!
I’ve been following this post: https://meta.discourse.org/t/official-single-sign-on-for-discourse-sso/13045
to create a SSO solution for discourse. I’ve set it up following those instructions but when I try to login I get the following error msg:
{“statusCode”:400,“body”:{“status”:“MISSING_DATA”,“message”:“Discourse key not set”}}
It seems to be telling me whats wrong, “Discourse key not set”, but googling around fails to turn for me what exactly this key is. I’ve followed the post instructions, but they are not bubble specific so I’m not sure what I’m missing here.
Anyone able to help? Thanks!
Update: I figured it out. I didn’t realize that app settings, actually also need to be deployed to live. So I was just missing the step of deploying the new settings to live. I had assumed app settings were automatic, and only content required deployment.