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 Aug 13, 2021. It is now read-only.
Trying to add a new logo for a domain. I am using stable build 3.1. Whenever I attempt to add a logo, I get this error:
Paperclip::Errors::MissingRequiredValidatorError in Spree::Admin::StoresController#update
Extracted source (around line #400):
def ensure_required_validations!
if missing_required_validator?
raise Paperclip::Errors::MissingRequiredValidatorError
end
end
A previous issue submitted by a user shows that adding a validation to store_decorator.rb fixes the problem, however it looks like that already exists in my case:
Trying to add a new logo for a domain. I am using stable build 3.1. Whenever I attempt to add a logo, I get this error:
A previous issue submitted by a user shows that adding a validation to store_decorator.rb fixes the problem, however it looks like that already exists in my case:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: