Camunda not accessible from localhost but accessible from 127.0.0.1

Hi all,

My camunda process engine, installed yesterday, was starting up when i executed start-camunda.sh. Today it seems to be starting fine from what i can tell from the logs. The welcome page that opens up once the process is complete does not seem to opening the dashboard. The issue seems to be with the name i.e. when i change localhost to 127.0.0.1 the page loads and i can see cockpit,tasklist etc.

I am using camunda BPM 7.13.0-ee on Wildfly Application Server 19.0.0.Final. What could be the issue?

I have include screenshots below,

With Thanks

This is not a Camunda problem but a network setup problem.
Which operating system do you use?

The system probably resolves localhost to IPv6 address ::1 and Wildfly uses IPv4 address 127.0.0.1.

See also https://stackoverflow.com/questions/20345132/127-0-0-1-is-accessible-working-but-localhost-not-accessible-not-working

1 Like

I am using macOS High Sierra. I just restarted my Macbook. Seems to be working now. Not really sure what happened.