Daniel Qin

Results 16 comments of Daniel Qin

@Veitor Great, thank you

i got same error too, from nginx.error.log ``` upstream timed out (110: Connection timed out) while reading response header from upstream, client: 222.185.161.80, request: "DELETE /api/v1/issues/1327 HTTP/1.1", upstream: "http://127.0.0.1:8001/api/v1/issues/1327" ```...

@alexhermida it seems like the issue is in default redis bind address problem. i have been changed redis bind address from `bind 127.0.0.1 ::1` to `bind 127.0.0.1`

where is your host server? or simulator?