You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.
i think it may have something to do with using a Proc for my asset_host, any ideas?
config.action_controller.asset_host = Proc.new do |source|
if source =~ /\/pictures/
nil
else
"//s3-#{ENV['FOG_REGION']}.amazonaws.com/#{ENV['FOG_DIRECTORY']}"
end
end
additionally, the image_serializer being used by Spree::Wombat::ProductSerializer so if i'm not pushing Spree::Product objects then I won't receive the error.
using s3 for assets,
add_host_prefix
errorThe text was updated successfully, but these errors were encountered: