Hello,
I just installed an instance, the streaming service is started but replies 504 and I can’t find anything usefull in the logs.
Here are the nginx logs:
==> /var/log/nginx/icedtux.no-error.log <==
2021/01/27 23:45:42 [error] 25153#25153: *10195 upstream timed out (110: Unknown error) while reading response header from upstream, client: 2a0e:f42:0:1:b7ba:dd1c:9eb4:2e32, server: icedtux.no, request: "GET /api/v1/streaming/? HTTP/1.1", upstream: "http://127.0.0.1:4000/api/v1/streaming/?", host: "icedtux.no"
==> /var/log/nginx/icedtux.no-access.log <==
2a0e:f42:0:1:b7ba:dd1c:9eb4:2e32 - - [27/Jan/2021:23:45:42 +0100] "GET /api/v1/streaming/? HTTP/1.1" 504 894 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0"
And the node logs:
Jan 27 23:42:41 bulbizarre mastodon-streaming: info Starting streaming API server master with 1 workers
Jan 27 23:42:41 bulbizarre mastodon-streaming: info Starting worker 1
Jan 27 23:42:41 bulbizarre mastodon-streaming: info Worker 1 now listening on 127.0.0.1:4000
Where else can I gather information?