apache / incubator-kie-kogito-examples

Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
256 stars 383 forks source link

Unable to open DevUI in serverless-workflow-timeouts-showcase-operator-devprofile example #1958

Open LuboTerifaj opened 5 months ago

LuboTerifaj commented 5 months ago

Description

Unable to open DevUI in serverless-workflow-timeouts-showcase-operator-devprofile example.

Details

Follow the instructions in readme file. When trying to execute any of the following commands, a new window is opened, but there is a message: "Browser can’t establish a connection to the server":

firefox $SWITCH_STATE_TIMEOUTS_ROOT/q/dev
firefox $CALLBACK_STATE_TIMEOUTS_ROOT/q/dev
firefox $EVENT_STATE_TIMEOUTS_ROOT/q/dev
firefox $WORKFLOW_TIMEOUTS_ROOT/q/dev

Notes

Related issue: https://github.com/apache/incubator-kie-kogito-examples/issues/1957

Acceptance criteria

DevUI is opened properly.

Implementation ideas

No response