You could hit the API to see what it's currently set to, but that's about it.
You could hit the API to see what it's currently set to, but that's about it.
remote flag, and in my console output I'm getting lots of [object Object] references for things that are definitely not, 100% note, objects - they're just strings. This is shown by instead logging the result of encodeURIComponent(myStr), and the problem goes away. Obviously it's hard to give a reproducible example, but is there anything that might be causing this? It's just started happening today, in multiple endpoints of my code, and wasn't happening before.[object Object]. This would obviously result in a query failure, but the query runs fine, which again suggests that this is some sort of illusion in Workers or the Workers console output.

remote[object Object][object Object]encodeURIComponent(myStr)