Hi,
I installed Bloonix on my Debian Server (Debian 12.8 bookworm) according to the official documentation [1] and all three components (agent, server, webgui) work seemingly without problems, but I cannot login with the admin user after the installation. The credentials are correct (admin / bloonix) and I do not get the error "Bad login!", but all that happens is the login form refreshing, resetting and not logging me in.
This is what a login currently looks like in bloonix-webgui.log
Jan 10 2025 10:23:35 DEBUG 7225 0.016492 found route: login -
Jan 10 2025 10:23:35 DEBUG 7225 0.000188 got route bloonix_webgui.controller.login -> login -
Jan 10 2025 10:23:35 DEBUG 7225 0.000108 route options {} -
Jan 10 2025 10:23:35 NOTICE 7225 0.000121 exec module bloonix_webgui.controller.login action login opts {} -
Jan 10 2025 10:23:35 DEBUG 7225 0.000111 call bloonix_webgui.controller.root -> auto -
Jan 10 2025 10:23:35 INFO 7225 0.000225 connect to database -
Jan 10 2025 10:23:35 INFO 7225 0.039816 sql exec: select "sys_options".* from "sys_options" where "key" = %s ['has_maintenance'] -
Jan 10 2025 10:23:35 DEBUG 7225 0.003801 call bloonix_webgui.controller.login -> login -
Jan 10 2025 10:23:35 DEBUG 7225 0.000372 call bloonix_webgui.controller.root -> end -
Jan 10 2025 10:23:35 NOTICE 7225 0.000448 finished request /login (took 0.5006961822509766s) -
Jan 10 2025 10:23:35 INFO 7225 0.000413 disconnect from database -
Jan 10 2025 10:23:35 INFO 7225 0.000665 process view jinja -
Jan 10 2025 10:23:35 NOTICE 7225 0.003133 start processing template login.html -
Jan 10 2025 10:23:35 INFO 7225 0.000579 res: Content-Type: text/html; charset=utf-8 -
Jan 10 2025 10:23:35 INFO 7225 0.000348 res: Content-Length: 2103 bytes -
Jan 10 2025 10:23:35 INFO 7225 0.000400 res: http status 200 OK -
Anybody out there with a solution for this?
Thanks in advance!