oat-sa/package-tao

Persistence Configuration for persistence keyValueResult not found

Closed this issue · 1 comments

I got this response from the results page

500: {"success":false,"type":"Exception","mes sage":"Persistence Configuration for persistence keyValueResult not found","data":{"ExceptionType":"common_E xception"}}

How can I solve this issue, Thanks

I was able to solve this issue by updating the config/generis/persistences.conf.php file

and add

        "keyValueResult" => array(
          "driver" => "phpredis",
          "host" => "localhost",
          "port" => 6379
        )

Screenshot_2022-04-19_23-41-53

I have a Redis instance running