Michael
Michael
@anilkeshav27 if you have time, can you please check and comment?
wow, still not solved? Has anyone found a working way to handle this?
anything new here?
#2949 is in. This `managedFields` is really getting annoying....
I had the same issue. I ended up creating a backup of `oc_filecache`, `TRUNCATE TABLE oc_filecache` and running `occ files:scan --all`. Now it looks better. edit: Don't try this at...
I came up with an work around for that, called JsonStore: put this into `your app/models/concerns` directory ``` ruby module JsonStore def self.included(base) base.send :extend, ClassMethods end module ClassMethods def...
Are you sure that Spree::PrintInvoice::Config[:logo_path] is actually a valid image?
Is there an ETA for the "Single Container"-Feature?
My use-case is pretty much covered by *A* (only proxy single path) I haven't seen *B* or *C* in the wild, so I would avoid (IMHO) any additional complexity if...