BackendAuth error after upgrade to 4.1.13

After upgrade to v.4.1.13 i got hell amount of ‘logs’ about this…

Uncaught Error: Class "Backend\Facades\BackendAuth" not found in /vendor/october/rain/globals/BackendAuth.php:8

Hi @snipi

This file has existed for a while, I’m not sure why it suddenly says it doesn’t exist? In this instance I would probably delete (move) the modules and vendor directories and then run composer update again to recreate them.

Then if that doesn’t fix it, I’d do an isolation test: remove all plugins and then introduce them one by one to check if it caused by one of those.

@snipi Did you get the solution fix?