Dasboards are unable to be edited in anyway after upgrade

Could use some help. I recently ran an upgrade from 1.47 to 1.53, and while the upgrade itself seemed to go without much issue, I am now unable to see any of my previous dashboards, nor can I edit to create new ones. I can create a new empty dashboard, but when I go to edit to add a new widget, I am unable to do so, it instead reverts back to the default dashboard with no changes being saved.

IF I then make an attempt again, it instead is unresponsive and just sits there, not actually making any changes no matter the widget selected.

I have attempted in Safari, Brave, and Firefox, all with the same results.
LibreNMS is running in a docker-compose stack, with mariadb as the SQL backend.
I have no issues with polling or alerting, and all devices seem to be responding fine.

Validate.php results:
root@2cb7fe3efa8a:/opt/librenms# ./validate.php

Component Version
LibreNMS 1.53-1-g8ad55b55b
DB Schema 2019_05_30_225937_device_groups_rewrite (135)
PHP 7.3.5-1+ubuntu18.04.1+deb.sury.org+1
MySQL 10.3.12-MariaDB-1:10.3.12+maria~bionic
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3
====================================

[OK] Composer Version: 1.8.6
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.

If anyone has any recommendations or simple things i’m overlooking, I would really appreciate it!

What authentication method are you using?

Thanks for replying!

Currently im just using local authentication (mysql), no other auth at this time.