Increased volume size, but still no luck with GUI!

Hi
I ran out of volume space on my (manually installed) LibreNMS installation (running on VMWare ESX server).
Successfully repartitioned and increased volume size ( based on the excellent help page at https://www.rootusers.com/how-to-increase-the-size-of-a-linux-lvm-by-expanding-the-virtual-machine-disk/ ). Yet, I still get the error “Whoops, looks like something went wrong.” when accessin the web page for LibreNMS. Is there some mop-up process I need to do?

Thanks

Steve

check if /opt/librenms/.env file has APP_KEY= set

if not, run sudo php artisan key:generate --force

also post output of ./validate.php

Think I fixed it OK.
I just ran ./daily.sh and then ./validate.php
Thinks now appear up and running fine!

Do I still need to do what you suggested?

Steve.

Not if you fixed it :slight_smile: