It may be a long shot but worth a try.
For me Univention Web console stopped working after an upgrade and my investigation revealed that my interface settings in
/etc/network/interfaces
was earlier defined for eth0, but the command
ip a
showed interface ens4 as down. I just changed eth0 to ens4 and restarted the networking service by
service networking restart
and everything came back online.