In our store, there are products without any variants. In this case, if I upload an image to these kinds of products. I got the error message.
The error message I got was
Module::DelegationError
signed_id delegated to attachment, but attachment is nil
Let me put a link to show the rest of the error message: https://sentry.io/share/issue/f09bf17e537a40768d0e25610acee431/
On the other hand, if a product has at least one variant, the image uploading works fine. However, mailchimp_image_url is still nil. It causes the image that doesn't properly show on the MailChimp.
And also is it possible to sync each of variant to Mailchimp as a single item? This might be another issue tho.
In our store, there are products without any variants. In this case, if I upload an image to these kinds of products. I got the error message.
The error message I got was
Let me put a link to show the rest of the error message: https://sentry.io/share/issue/f09bf17e537a40768d0e25610acee431/
On the other hand, if a product has at least one variant, the image uploading works fine. However,
mailchimp_image_urlis still nil. It causes the image that doesn't properly show on the MailChimp.And also is it possible to sync each of variant to Mailchimp as a single item? This might be another issue tho.