ViewServiceProvider not found

I am trying to add 2 more nodes to my LibreNMS cluster. Right now I am getting the error Class ‘App\Providers\ViewServiceProvider’ not found. I cannot for the life of me figure out how to fix that error. This is off a fresh build with Debian 10 installed.

./validate
In ProviderRepository.php line 208:

  Class 'App\Providers\ViewServiceProvider' not found


====================================
Component | Version
--------- | -------
LibreNMS  | 1.64.1-26-g300645388
DB Schema | Not Connected (0)
PHP       | 7.3.14-1~deb10u1
Python    | 3.7.3
MySQL     | ?
RRDTool   | 1.7.1
SNMP      | NET-SNMP 5.7.3
====================================

[OK]    Composer Version: 1.10.7
[OK]    Dependencies up-to-date.

./daily.sh
Re-running /opt/librenms/daily.sh as librenms user

In ProviderRepository.php line 208:

  Class 'App\Providers\ViewServiceProvider' not found


Updating SQL-Schema                                OK
Cleaning up DB                                     OK

In ProviderRepository.php line 208:

  Class 'App\Providers\ViewServiceProvider' not found

I have tried fixing permissions, rerunning git, verifying the pip3 requirements, etc. I searched through the forum but didnt find anything that worked.Anyone have any ideas?

ok, rebuilt the polling servers from scratch and it works now. I did the first initial setup and stopped right at the part where you are supposed to go to the install webpage. I manually created the config.php and .env files and setup distributed polling. This time I went through the whole setup before re-configuring for distributed polling. Looks like the install webpage does more than a simple database configuration, a part I did really need for this server.

Nope, all that was needed was php artisan optimize:clear (this is run as a part of daily.sh)