I solved the problem by editing:
/wp-content/themes/blocksy/static/bundle/16.77acfd70b6fcd8af9bf0.js file.
I replaced:
const i = e.closest(".product").querySelector(".woocommerce-product-gallery");
with:
var id_art = document.querySelector('.status-publish').getAttribute('id');
e = document.querySelector("#"+id_art+" .variations_form");
const i = e.closest(".product").querySelector(".woocommerce-product-gallery");
thanks
Paolo