Results 3 comments of Ace Dimasuhid

This looks like filepath configurations. Will this change the route that are being requested by the widgets?

A simple solution without using other strategies: ```ruby Rails.application.config.middleware.use OmniAuth::Builder do if ENV['SALESFORCE_SCRATCH_ORG_URL'].present? OmniAuth::Strategies::Salesforce.default_options[:client_options][:site] = ENV['SALESFORCE_SCRATCH_ORG_URL'] end provider :salesforce, ENV['SALESFORCE_OAUTH_KEY'], ENV['SALESFORCE_OAUTH_SECRET'] end ``` This makes the provider still salesforce (ie...

Confirming that this happens when a module is being installed and then breach is closed. I think the modules contents are not downloaded completely.