Hi @steffanhalv,
I've updated the description here to have a bit of the information from your woocommerce ticket for ease of searching.
This specific case is because something on your site appears to be defining downloads
as a Query Parameter (which can only be strings), also using that parameter in the $_GET
variables of a REST API request causes this kind of notice.
It may also cause the REST API request to return different results depending on what the plugin actually does.
I'm fairly certain this is a duplicate of another ticket, which I can't find right now - something about checking for is_scalar()
in parse_request()
.