Emilio Blanco
Results
2
comments of
Emilio Blanco
@jatin-maropost if you are using the nextjs storefront, check the `NEXT_PUBLIC_SPREE_IMAGE_HOST` setting, try setting it to empty and restart nextjs. That was the issue for me
try doing something like ``` javascript model.$extend({b: 123}).$save(['b']); ```