I was able to get this resolved. Seems I was missing was step of the PHP upgrade as guided here Upgrading php7.2 to php7.4 in Ubuntu 18.04LTS
I haven’t had added this to my librenms.conf file:
<FilesMatch ".+\.php$">
SetHandler "proxy:unix:/run/php-fpm-librenms.sock|fcgi://localhost"
</FilesMatch>
All good now. Thanks.