Here is a simple one that puts nothing to the console
$w.onReady(function () {
//TODO: write your page related code here…
$w(“#text1”).text = "Testing ";
console.log(“testing Also”);
});
Is there something I should turn on.
I would appreciate any help.
Thanks
The only thing I have seen is the page that comes up with the Location.to when the page can’t be found and sends you to HOME.
The text.text works fine I have never had anything go to the developers console. I don’t think the console has ever presented anything but “No logs to show!”.
By the way - you have another more significant problem on the home page. You have two page onReady() functions which is invalid. You can only have one.
Fixed the home page problem. Thanks very much.
I’m using Microsoft Edge as a browser, Microsoft Edge 41.16299.371.0, Microsoft EdgeHTML 16.16299.
I also have Chrome, Version 66.0.3359.139 (Official Build) (64-bit), and it works correct in that browser. Which leaves me with some setting in the Edge browser. I went through the settings and didn’t see anything I thought was wrong. Any chances you folks have ran into this before.
Appreciate all of the assistance
I have this problem as well. Can see all console.log outputs both in the preview mode and in chrome dev tools. Do not see anything on the site evens log through wix.
Additionally, if I am in the preview mode the site events page through wix updates correctly . Once published, completely gone. Not using sandbox mode on any data sets.
I have the same issue console stopped showing anything. It worked fine last time saved. It all seems to happen since the editor update. Any ideas, anyone?
Same happens even in any brand new site including the template ones untouched nothing from console shows . Same on my laptop and Desktops Though the monitor log does shows it.