This morning I logged onto my editor and found that none of my code is working in the editor preview but works fine in a release candidate or published site. is this a problem anyone else has run into and if so how did you solve this?
I am certain it is not because of buggy code as even a simple line of fails to run such as:
$w.onReady(function () {
console.log("Test");
});
results in me getting this in my console:
and all my repeaters that are linked to databases go back to their default placeholders (as it cannot read my dataset in editor preview for some reason but can in a published version).
Published version of repeater:
Editor Preview Version of repeater:
as you can see, my editor preview’s code is not being run at all while my published site is being run.
I made a new fresh site and also have a bugged editor preview on that site where the code also doesn’t work. i also tried switching to a different account and switching browsers none of which is working. i feel this is a wix issue but i may be wrong so any help is appreciated.