Broth
Broth
I get this error in login Error: Unable to get the 'EASW_ID'. Unable to login. at Request._callback (/var/nodejs/node_modules/fut-api/lib/login.js:205:75) at Request.self.callback (/var/nodejs/node_modules/request/request.js:198:22) at emitTwo (events.js:106:13) at Request.emit (events.js:191:7) at Request. (/var/nodejs/node_modules/request/request.js:1035:10)...
In the official documentation, I see that to filter with a join, I have to query like this: ```json { "q": "*", "collection": "products", "filter_by": "$customer_product_prices(customer_id:=customer_a)" } ``` Is it...