Can some of the experts here give me a steer on fixing this please.
which is caused when a "Spree::Config.set(:logo..." uses a full url path to a remote image, eg
at the point where Spree_paypal_express calls from checkout_controller_decorator.rb
:header_image => asset_url(Spree::Config[:logo]),
If I have
It works as expected (process continues to the paypal hosted pages).
Reading some rails documentation suggested asset_url is used with asset_host. setting an asset host in my environment.rb
has no effect (rails.png works as before but acquires the correct asset host url, the full url version of http://s3...logo.png is unaltered in spree) so works or fails in exactly the same way.
So, any suggestions as to where I should start looking to solve this please?
Thanks,
Steve