Unable to access the WebUI

Similar issue, no WebUI after update.

I get this

EDIT
Ok I think we fixed our “Whoops, looks like something went wrong” laravel error after a few googles

/opt/librenms/.env file had no APP_KEY= set

so we ran sudo php artisan key:generate --force and it populated the APP_KEY in the .env file.

now librenms is working.