#On-Prem BlueXP connecter WUI crashing

1 messages · Page 1 of 1 (latest)

empty night
#

Installed on CentOS/7. Installer shows OK on everything. Once I get to the WUI the banner and loading circle keep reloading and the URL keeps getting longer with 'undefined' being appended on each reload. Eventually something breaks in the backend and then the WUI just shows '400 Bad Request'; Request Header or Cookie Too Large; nginx/1.21.3

Looking through the logs I see that traefik cannot access http://occm/occm/api/occm/system/about. From within the traefik container I cannot ping occm....cannot resolve 'occm' host. So, I updated docker-compose.yaml: extra_hosts: section with - occm:127.0.0.1 and restarted the containers. Now everything works.

However, after a reboot my docker-compose.yaml file is restored to the original and I loose the extra_hosts section.

  1. Can we get this line added to the docker-compose.yaml file for the future? (or fix this some other way)
  2. Until that is fixed in a new version, how do I get /opt/application/netapp/service-manager-2/docker-compose.yaml to retain the extra_hosts after a reboot?

Thanks