Graylog Development Setup error - Server currently unavailable

Hi,

I’ve setup development environment as per the document and start graylog2-web-interface using port 8000 as below.
yarn start --host=192.168.8.10 --port=8000

But when I try to access Express web server using “http://192.168.8.10:8000/” it says " Server currently unavailable and We are experiencing problems connecting to the Graylog server running on http://localhost:9000/api ."

image

It is same even I change the “config.js " to " gl2ServerUrl: 'http://192.168.8.10:9000/api ',”

Regards,
Pradeep.

The frontend is not able to connect to you backend. Is your graylog server started?

- Konrad

@pradeepguns You need to share or check your Graylog server.log to find out the cause of its unavailability of the server. Also, check if there are any firewall setup or not while accessing it.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.