Installation Error uc-engine: Setup engine

Hi to all and thanks for the wazo platform!

Hi have a problem with the ansible installation. Fresh Debian install (bullseye), I am read the guide but i am stuck in the final task on ansible: uc-engine: Setup engine

There’s the error:
TASK [uc-engine : Setup engine] **************************************************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {“access_control_allow_origin”: “*”, “changed”: false, “connection”: “close”, “content_length”: “37”, “content_type”: “application/json”, “date”: “Sat, 15 Jun 2024 22:28:33 GMT”, “elapsed”: 0, “json”: {“message”: “Internal Server Error”}, “msg”: “Status code was 500 and not [201]: HTTP Error 500: INTERNAL SERVER ERROR”, “redirected”: false, “server”: “nginx/1.18.0”, “status”: 500, “url”: “https://localhost:443/api/setupd/1.0/setup”}

Nginx it’s working and i can see the webpage of wazo:

I am trying to fix, but i am totally noob in ansible.

Best regards!!!

Hello, this is probably possible because by default ansible install the dev version, in general it works well, but sometimes there are bugs. If you want to debug this error check the error log of wazo-setupd in /var/log or install the stable version. It’s documented here https://wazo-platform.org/uc-doc/installation/install-system.

By default, Wazo Platform will install the development version. To install the latest stable version, activate the following settings in inventories/uc-engine:

Sylvain