developer console

hi , i don’t get any logs in developer consol . i got it before , but now it don’t wokr . what should i check ?
thanks Ronit

same error now?

i get massage "no logs to show ". iat the code i add buttem with filter event :

export function button1_click(event) {
console.log(“aaa”);
//console.log(“aaa” + JSON.stringify($w(“#terapist”).getCurrentItem()) + “bbb”);
$w(“#terapist”).setFilter(wixData.filter()
.startsWith(“title”, “R”) )
);
}

filter is working , but console is not showing .

Maybe your dataset or page hasn’t executed onready event? Try putting console log in page on ready and test

hi , i insert console log on ready , but nothing happend . the strang thing that it was working

I am getting the same behavior. I see no console logs and it says “no logs to show!”. Any ideas?

Hi nospam,
Can you please share a link to your site and specify the name of the page so we can inspect?
Roi.

Well, I figured if I waited long enough… I just tried t today again. No changes on my part and it is working ! :slight_smile: Those magic gremlins at work again! :slight_smile:

Thank you !