No such file or directory in [DIR]/current/web/wp-config.php

The file is definitely there in both local on virtual machine – not sure why I’m getting this error…

Virtual Machine:

Local:

The error tells you that vendor/autoload.php is missing and theres no trace of the vendor dir in your screen shots. Running composer update should fix it.

I was trying to solve this issue (image below), and I came across a thread that recommended remove the contents of the /vendor folder. After running composer update the issue I originally had is gone but now I’m back to square one. Any insight on this?

Delete the uploads/cache directory and let it rebuild itself. That should fix it.

Hi, sorry it took a while to get back to this.
There is nothing in that directory: