Thanks for the report @Vairav_Lakshmanan, we’ll get this fixed up.
In the meantime, you can disable this FakeDiscourseConnectController
by creating a file in the config
directory: config/dev.yml
Inside, you need one line:
auth_plugin_enabled: false
Then, when you restart the server, the fake DiscourseConnect provider will be disabled.