Console.log won't output from appstudio code - javascript

I have some simple testing code that makes an Ajax call to a remote database, then returns results of a Select. It works fine except my console.log statements never show up. I also get 2 Chrome errors (see picture). I have no special security turned on, no new extensions. Any ideas? Thanks -
CC
Week 10 DB Blank.appstudio.zip (355.1 KB)

The two CSP errors look like an extension which Chrome is trying to load. You might want to review what extensions you have installed.

The final message is a syntax error. When those happen, the app does not execute, which could explain why you do not get output from your console statements. I’d start by fixing that.

This turned out to be a known (by developers) problem with Chrome 130 (newest version). We tried running it in Firefox - no problems.