On Laravel Forge, I have an EC2 instance connected. On one of my sites, I am trying to run php artisan cache:clear, however running it fails and "disconnects" the server from Forge. When refreshing the connection it connects straight back, but for some reason running this command kills it.
I have double checked the security groups on the EC2 instance (and added a missing IP - they must have updated and I missed the memo!). Even after giving this 10mins to update the same thing is still happening.
The suggested action in the Forge error is to check the SSH key is in authorised_keys for the forge and root user, which it is, but I have ensured that it is also in place for the user which my site is made under.
Is anyone else seeing anything like this, or able to help? Thanks in advance.