Issues with Camunda 8 docker compose full profile on V8.4/V8.5/V8.6

Team,

I tested Camunda V8 docker-compose.yaml on V8.4/V8.5/V8.6 and found that multiple issues exists. Only docker-compose-core.yaml is working as expected.

V8.6 Alpha release:
Git URL: camunda-platform/docker-compose/camunda-8.6 at main · camunda/camunda-platform · GitHub

When you click either Operate/TaskList, you will get the following error:

Try to Launch KeyCloak, you will get resource not found error:

image

Similar behavior exists for V8.4/V8.5[stable] docker-compose.yaml { full profile}.

Basic docker-compose-core.yaml works as expected.

Hi @cpbpm - this looks like a cache issue and a wrong URL, not an issue with the Docker config.

  • for the Identity callback Invalid parameter error, I suspect it will be resolved if you clear your cache. Sometimes there is a stuck session value in the browser that causes this. To be more specific, if you go to the “Storage” tab of the browser devtools (I think it’s under “Application” in Chrome? I use Firefox primarily so I’m not 100% sure), you can remove anything under Cookies and Local and Session Storage for these localhost domains. Then close the tab and try again. You can also try in a private/incognito window.
  • for the Keycloak URL, you are missing the path - the URL in the default docker-compose config is http://localhost:18080/auth - you are missing the /auth path.

Thank you @nathan.loding
I am also using Firefox. I cleared cache/private mode. But the issue still persists.

Able to login after appending /auth for keycloak.

Update:

When I changed the values from localhost to IP address, it works as expected.

We can mark this issue as closed.

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