Fresh Install of Process Services - Tasks and Processes are not displaying correctly.

cancel
Showing results for 
Search instead for 
Did you mean: 
tjax
Member II

Fresh Install of Process Services - Tasks and Processes are not displaying correctly.

Hi there,

Fresh install of process services and the admin console.

All works fine until I click on tasks or processes - then I get these three blue dots across the screen, and I can't do anything.

I have tried different versions of the server including :latest but no change.

SCR-20231025-tubd.png

My Docker Compose:

version: '2'

services:
process:
image: alfresco/process-services:2.4.1.1 (I have tried latest also)
environment:
ACTIVITI_CSRF_DISABLED: 'true'
ACTIVITI_CORS_ENABLED: 'true'
ports:
- 9999:8080
processadmin:
image: alfresco/process-services-admin:latest
ports:
- 9998:8080
 
Not sure what I am doing wrong - looks to be a very simple install / setup.
 
Any thoughts?
 
Thanks
 
Tim