Hey Adrian,
thanks for rising this! You can workaround that setting up the Data Index url pointint to `http://localhost:8180`, you can do that by using the property `kogito.dataindex.http.url` via passed as an argument to your java -jar command like `kogito.dataindex.http.url=http://localhost:8180`or by modifying the `application.properties` file in the Task Console module and add the property there. You could apply the same fix on Management Console.
Task/Management Console use Qute to load the properties in the `application.properties` file. For Data-Index if there's no entry on the file (or as an env) it defaults to `http://localhost:8180`. Looks like they changed how Qute returns a non existing value from the config, making it return "NOT_FOUND" instead of null, that's why the console isn't getting the default Data Index URL.
Will take a look how this can be fixed.
Thanks!
El dia diumenge, 25 de juliol de 2021 a les 5:47:58 UTC+2, Adrian Apthorp va escriure: