Content menus throwing all sort of errors

Problem:
Most of the sections in the content menus will display an error like those underneath when trying to access them.
Oops, we’re sorry but something went wrong undefined local variable or method notifications' for #<#<Class:0x0000555653c46388>:0x0000555653c440d8> Oops, we're sorry but something went wrong undefined local variable or method notifications’ for #<#Class:0x000055565230be68:0x0000555652309c08>
Oops, we’re sorry but something went wrong undefined local variable or method notifications' for #<#<Class:0x0000555657683b18>:0x000055565636f310> Content > Red Hat Repositories Oops, we're sorry but something went wrong undefined local variable or method notifications’ for #<#Class:0x000055565230be68:0x000055565

Expected outcome:
Menus Load

Foreman and Proxy versions:
3.2.0-develop

Foreman and Proxy plugin versions:
3.2.0-develop

Distribution and version:
AlmaLinux (RHEL) 8.

Other relevant data:

I assume katello is likely corrupted?
I’ve tried running foreman-installer --scenario katello again to no avail.

Also… I’m not entirely sure what’s going on with all of the python installs and virtual environments I have going on, it’s been making identifying the virtual env that ansible is actively using quite … interesting

[root@kantoku ansible]# ls -ls /usr/bin/python*
0 lrwxrwxrwx. 1 root root 25 Sep 12 15:24 /usr/bin/python3 → /etc/alternatives/python3
0 lrwxrwxrwx. 1 root root 31 Oct 9 15:18 /usr/bin/python3.6 → /usr/libexec/platform-python3.6
0 lrwxrwxrwx. 1 root root 32 Oct 9 15:18 /usr/bin/python3.6m → /usr/libexec/platform-python3.6m
8 -rwxr-xr-x. 1 root root 7728 Oct 9 16:04 /usr/bin/python3.8

Yeah… the server is pretty thoroughly trashed, am trying an over the top install using the --reset-data flag. Also got errors when trying to modify job templates

No dice, still broken… Got this at the very end of things.

2021-12-31 21:26:25 [ERROR ] [configure] ‘pulpcore-manager migrate --noinput’ returned 1 instead of one of [0]
2021-12-31 21:26:25 [ERROR ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]/returns: change from ‘notrun’ to [‘0’] failed: ‘pulpcore-manager migrate --noinput’ returned 1 instead of one of [0]
2021-12-31 21:26:26 [ERROR ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]: Failed to call refresh: ‘pulpcore-manager migrate --noinput’ returned 1 instead of one of [0]
2021-12-31 21:26:26 [ERROR ] [configure] /Stage[main]/Pulpcore::Database/Pulpcore::Admin[migrate --noinput]/Exec[pulpcore-manager migrate --noinput]: ‘pulpcore-manager migrate --noinput’ returned 1 instead of one of [0]
2021-12-31 21:26:30 [NOTICE] [configure] System configuration has finished.

There were errors detected during install.
Please address the errors and re-run the installer to ensure the system is properly configured.
Failing to do so is likely to result in broken functionality.

The full log is at /var/log/foreman-installer/katello.log

I’m wondering if the issue is related to pulp core as I’ve been receiving a lot of errors related to it during my repair attempts, as well as there appear to be some weird/broken dependencies with the pulpcore repo foreman installs.

The nightly is also installing both python 3.6 AND python 3.8 which is causing some conflicts with ansible as it’s trying to use the ansible components in 3.6 (which will warn about python 3.6 being depreciated) I had manually removed the ansible components for 3.6 but want to say that they were replaced during my repair attempts, restoring the problem.

 Problem: package python38-pulp-ansible-1:0.10.1-1.el8.noarch requires python38-galaxy-importer >= 0.3.1, but none of the providers can be installed
nothing provides /usr/bin/ansible-test needed by python38-galaxy-importer-0.4.1-1.el8.noarch```