Anthony Burton
Anthony Burton
I believe the answer is no ``` {"errors":[{"status":400,"code":"bad_request","title":"Invalid Sort Parameter","detail":"Sorting by `client.id` not supported.","source":{"parameter":"sort"}}]} ```
@nilportugues Any progress on this ?
oops, sorry shouldn't have closed the issue.
Cheers @nilportugues I will investigate shortly
Issue can be resolved, via ``` $_SERVER['HTTP_HOST'] = env('API_DOMAIN'); ```
Well yes, the API_DOMAIN is a custom variable, setting $_SERVER['HTTP_HOST'] resolves the issue. But yes, I agree the issue is $_SERVER['HTTP_HOST'] being empty.
Hey, Same issue ... `AttributeError: 'Redis' object has no attribute 'module_list'` The redis client, and redisearch versions are: ``` redis==3.5.3 redisearch==2.1.1 ``` The docker image ``` docker run -d --name...