Hi
I've successfully installed cattr via the cli / cattr.sh script.
I had to modify the docker-compose.yml file to remove 127.0.0.1 in the port definition
I could successfully launch the front end and back-end is OK
but at step 7 i got internal error
Logs from Front-End container show the following
192.168.1.111 - - [10/Nov/2022:17:43:25 +0000] "PUT /api/setup/save HTTP/1.1" 500 44 "http://192.168.1.9:8089/setup" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 OPR/92.0.0.0" "-"
Logs from the backend container shows
SQLSTATE[HY000] [1130] Host '172.23.0.3' is not allowed to connect to this MySQL server
DB container logs
2022-11-10T17:38:56.067787Z 0 [Note] Event Scheduler: Loaded 0 events
2022-11-10T17:38:56.068163Z 0 [Note] mysqld: ready for connections.
Version: '5.7.35-38' socket: '/var/lib/mysql/mysql.sock' port: 3306 Percona Server (GPL), Release 38, Revision 3692a61
2022-11-10T17:39:24.496152Z 2 [Note] Access denied for user 'mysql'@'localhost' (using password: NO)
Seems a DB config issue with users... @alex_vyarvelsky ?
Any help is appreciated ! thanks.