I did package source code and i set config.json AllowCorsFrom: “*” and execute and i tried to login
and then, login is sucess but, i got some error log for below…
the error is…
{“level”:“error”,“ts”:1533098193.6783123,“caller”:“api4/websocket.go:28”,“msg”:“websocket connect err: websocket: the client is not using the websocket protocol: ‘upgrade’ token not found in ‘Connection’ header”}
{“level”:“error”,“ts:1533098193.678331”,“caller”:“web/context.go:60”,“msg”:“Failed to upgrade websocket connection”,“path”:“/api/v4/websocket”,“request_id”:“j4kzz13t3bgntjxoh1tzq3bdea”,“ip_addr”:“40.10.33.40”,“user_id”:“uab87w37winybeshtwyh6n3o3a”,“method”:“GET”,“err_where”:“connect”,“http_code”:500,“err_details”:“”}
also, we don’t use Nginx…
Can I have any help ?
Thanks.