Having a weird issue while writing some backend functions and testing them: it’s not displaying all the logs. When running a function it seemed to be stopping at what I was assuming was collection timeouts, but after liberally scattering 'console.log()'s thorough the code I’ve realised it’s actually a problem with the log display in the run code page. If I look at my site logs through Google Logs Explorer it seems my code is executing correctly and generating logs which just aren’t getting picked up in the Wix interface. You can see the difference in the same code execution in the images below, both of which are the extent of the console.log() output in their respective displays.
Has anyone encountered this and is there a fix?