Preview not working for trained image

Hello, i’m running into a few problems trying to preview my project.

I created a regular plane to start, everything worked and previewed it perfectly.

var plane0 = parent;

parent.on(“pointerdown”, (e) => {

// Runs when pointerdown occurs on the parent node

// The argument e contains useful info about this event:

// https://docs.zap.works/studio/scripting/reference/object/events/pointerdown/

plane0.visible(false);

});

Then i went on creating a trained image with a button directing you to a website once clicked, the problem is not only with my project but the templates within the software will not show up in the preview. if someone could give me some kind of clue on why this isn’t working that would be great.